#A072BD

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

Shades of Purple Mountain's Majesty #A072BD

Tints of Purple Mountain's Majesty #A072BD

Color information

#A072BD (or 0xA072BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 72 and BD. RGB value is (160,114,189). Sum of RGB (Red+Green+Blue) = 160+114+189=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A072BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072BD is #5F8D42. Grayscale: #888888. Windows color (decimal): -6262083 or 12415648. OLE color: 12415648.

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

Color convert

RGB160114189-
CMYK0.150.4000.26
HSL276.8º36.23%59.41%-
HSV(B)276.8º39.68%74.12%-
XYZ29.723.1851.05-
YUV136.3157.74144.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=34.56%
G=24.62%
B=40.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601141890.150.4000.26276.836.2359.41
HexA072BDF2801A115243b
Octal24016227517500324254473
Binary101000001110010101111011111101000011010100010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072BD; }

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

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

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

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

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

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

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

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