#A572BF

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

Shades of Purple Mountain's Majesty #A572BF

Tints of Purple Mountain's Majesty #A572BF

Color information

#A572BF (or 0xA572BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 72 and BF. RGB value is (165,114,191). Sum of RGB (Red+Green+Blue) = 165+114+191=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A572BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572BF is #5A8D40. Grayscale: #898989. Windows color (decimal): -5934401 or 12546725. OLE color: 12546725.

HSL color Cylindrical-coordinate representation of color #A572BF: hue angle of 279.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A572BF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165114191-
CMYK0.140.4000.25
HSL279.74º37.56%59.8%-
HSV(B)279.74º40.31%74.9%-
XYZ30.9423.852.25-
YUV138.03157.9147.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 191 (75% from 255) = 40.64%
R=35.11%
G=24.26%
B=40.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651141910.140.4000.25279.7437.5659.8
HexA572BFE28019118263c
Octal24516227716500314304674
Binary101001011110010101111111110101000011001100011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A572BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A572BF; }

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

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

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

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

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

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

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

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