#A270BB

Color #A270BB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A270BB

Tints of Purple Mountain's Majesty #A270BB

Color information

#A270BB (or 0xA270BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 70 and BB. RGB value is (162,112,187). Sum of RGB (Red+Green+Blue) = 162+112+187=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #A270BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270BB is #5D8F44. Grayscale: #878787. Windows color (decimal): -6131525 or 12284066. OLE color: 12284066.

HSL color Cylindrical-coordinate representation of color #A270BB: hue angle of 280º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A270BB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162112187-
CMYK0.130.4000.27
HSL280º35.55%58.63%-
HSV(B)280º40.11%73.33%-
XYZ29.6622.8649.86-
YUV135.5157.06146.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=35.14%
G=24.30%
B=40.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621121870.130.4000.2728035.5558.63
HexA270BBD2801B118243b
Octal24216027315500334304473
Binary101000101110000101110111101101000011011100011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A270BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A270BB; }

 p { color: rgb(162,112,187); }

 H1.HeaderClassName
 {
   color: #A270BB;
 }
 .AnyTagClassName
 {
   color: #A270BB;
 }
</style>
background-color css

<style>
 a { background-color: #A270BB; }

 a { background-color: rgb(162,112,187); }

 div.DivClassName
 {
   background-color: #A270BB;
 }
 .BgClassName
 {
   background-color: #A270BB;
 }
</style>
border-color css

<style>
 span { border-color: #A270BB; }

 span { border-color: rgb(162,112,187); }

 td.TdClassName
 {
   border-color: #A270BB;
 }
 .TagClassName
 {
   border-color: #A270BB;
 }
</style>