#A772BD

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

Shades of Purple Mountain's Majesty #A772BD

Tints of Purple Mountain's Majesty #A772BD

Color information

#A772BD (or 0xA772BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A7, 72 and BD. RGB value is (167,114,189). Sum of RGB (Red+Green+Blue) = 167+114+189=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #A772BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772BD is #588D42. Grayscale: #8A8A8A. Windows color (decimal): -5803331 or 12415655. OLE color: 12415655.

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

Color convert

RGB167114189-
CMYK0.120.4000.26
HSL282.4º36.23%59.41%-
HSV(B)282.4º39.68%74.12%-
XYZ31.1423.9251.12-
YUV138.4156.56148.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=35.53%
G=24.26%
B=40.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671141890.120.4000.26282.436.2359.41
HexA772BDC2801A11a243b
Octal24716227514500324324473
Binary101001111110010101111011100101000011010100011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772BD; }

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

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

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

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

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

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

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

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