#A572BD

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

Shades of Purple Mountain's Majesty #A572BD

Tints of Purple Mountain's Majesty #A572BD

Color information

#A572BD (or 0xA572BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 72 and BD. RGB value is (165,114,189). Sum of RGB (Red+Green+Blue) = 165+114+189=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A572BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BD is #5A8D42. Grayscale: #898989. Windows color (decimal): -5934403 or 12415653. OLE color: 12415653.

HSL color Cylindrical-coordinate representation of color #A572BD: hue angle of 280.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 #A572BD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165114189-
CMYK0.130.4000.26
HSL280.8º36.23%59.41%-
HSV(B)280.8º39.68%74.12%-
XYZ30.7223.7151.1-
YUV137.8156.9147.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=35.26%
G=24.36%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651141890.130.4000.26280.836.2359.41
HexA572BDD2801A119243b
Octal24516227515500324314473
Binary101001011110010101111011101101000011010100011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572BD; }

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

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

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

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

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

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

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

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