#A472BB

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

Shades of Purple Mountain's Majesty #A472BB

Tints of Purple Mountain's Majesty #A472BB

Color information

#A472BB (or 0xA472BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 72 and BB. RGB value is (164,114,187). Sum of RGB (Red+Green+Blue) = 164+114+187=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A472BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472BB is #5B8D44. Grayscale: #898989. Windows color (decimal): -5999941 or 12284580. OLE color: 12284580.

HSL color Cylindrical-coordinate representation of color #A472BB: hue angle of 281.1º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A472BB is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164114187-
CMYK0.120.3900.27
HSL281.1º34.93%59.02%-
HSV(B)281.1º39.04%73.33%-
XYZ30.323.5149.96-
YUV137.27156.06147.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=35.27%
G=24.52%
B=40.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641141870.120.3900.27281.134.9359.02
HexA472BBC2701B119233b
Octal24416227314470334314373
Binary101001001110010101110111100100111011011100011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472BB; }

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

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

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

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

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

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

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

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