#A072BA

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

Shades of Purple Mountain's Majesty #A072BA

Tints of Purple Mountain's Majesty #A072BA

Color information

#A072BA (or 0xA072BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 72 and BA. RGB value is (160,114,186). Sum of RGB (Red+Green+Blue) = 160+114+186=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A072BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072BA is #5F8D45. Grayscale: #878787. Windows color (decimal): -6262086 or 12219040. OLE color: 12219040.

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

Color convert

RGB160114186-
CMYK0.140.3900.27
HSL278.33º34.29%58.82%-
HSV(B)278.33º38.71%72.94%-
XYZ29.3823.0549.36-
YUV135.96156.24145.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 114 (44.92% from 255) = 24.78%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=34.78%
G=24.78%
B=40.43%

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
Decimal1601141860.140.3900.27278.3334.2958.82
HexA072BAE2701B116223b
Octal24016227216470334264273
Binary101000001110010101110101110100111011011100010110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072BA; }

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

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

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

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

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

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

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

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