#A470BB

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

Shades of Purple Mountain's Majesty #A470BB

Tints of Purple Mountain's Majesty #A470BB

Color information

#A470BB (or 0xA470BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 70 and BB. RGB value is (164,112,187). Sum of RGB (Red+Green+Blue) = 164+112+187=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A470BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470BB is #5B8F44. Grayscale: #878787. Windows color (decimal): -6000453 or 12284068. OLE color: 12284068.

HSL color Cylindrical-coordinate representation of color #A470BB: hue angle of 281.6º 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 #A470BB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164112187-
CMYK0.120.4000.27
HSL281.6º35.55%58.63%-
HSV(B)281.6º40.11%73.33%-
XYZ30.0723.0749.88-
YUV136.1156.73147.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=35.42%
G=24.19%
B=40.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641121870.120.4000.27281.635.5558.63
HexA470BBC2801B11a243b
Octal24416027314500334324473
Binary101001001110000101110111100101000011011100011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470BB; }

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

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

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

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

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

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

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

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