#A772BE

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

Shades of Purple Mountain's Majesty #A772BE

Tints of Purple Mountain's Majesty #A772BE

Color information

#A772BE (or 0xA772BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A7, 72 and BE. RGB value is (167,114,190). Sum of RGB (Red+Green+Blue) = 167+114+190=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A772BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772BE is #588D41. Grayscale: #8A8A8A. Windows color (decimal): -5803330 or 12481191. OLE color: 12481191.

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

Color convert

RGB167114190-
CMYK0.120.4000.25
HSL281.84º36.89%59.61%-
HSV(B)281.84º40%74.51%-
XYZ31.2523.9751.69-
YUV138.51157.06148.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=35.46%
G=24.20%
B=40.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671141900.120.4000.25281.8436.8959.61
HexA772BEC2801911a253c
Octal24716227614500314324574
Binary101001111110010101111101100101000011001100011010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772BE; }

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

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

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

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

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

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

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

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