#A072BB

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

Shades of Purple Mountain's Majesty #A072BB

Tints of Purple Mountain's Majesty #A072BB

Color information

#A072BB (or 0xA072BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 72 and BB. RGB value is (160,114,187). Sum of RGB (Red+Green+Blue) = 160+114+187=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 114 (44.92% from 255 or 24.73% 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 #A072BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072BB is #5F8D44. Grayscale: #878787. Windows color (decimal): -6262085 or 12284576. OLE color: 12284576.

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

Color convert

RGB160114187-
CMYK0.140.3900.27
HSL277.81º34.93%59.02%-
HSV(B)277.81º39.04%73.33%-
XYZ29.4823.149.92-
YUV136.08156.74145.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=34.71%
G=24.73%
B=40.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601141870.140.3900.27277.8134.9359.02
HexA072BBE2701B116233b
Octal24016227316470334264373
Binary101000001110010101110111110100111011011100010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072BB; }

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

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

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

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

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

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

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

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