#A672B8

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

Shades of Purple Mountain's Majesty #A672B8

Tints of Purple Mountain's Majesty #A672B8

Color information

#A672B8 (or 0xA672B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 72 and B8. RGB value is (166,114,184). Sum of RGB (Red+Green+Blue) = 166+114+184=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #A672B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672B8 is #598D47. Grayscale: #898989. Windows color (decimal): -5868872 or 12087974. OLE color: 12087974.

HSL color Cylindrical-coordinate representation of color #A672B8: hue angle of 284.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A672B8 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166114184-
CMYK0.100.3800.28
HSL284.57º33.02%58.43%-
HSV(B)284.57º38.04%72.16%-
XYZ30.3923.648.3-
YUV137.53154.23148.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 114 (44.92% from 255) = 24.57%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=35.78%
G=24.57%
B=39.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661141840.100.3800.28284.5733.0258.43
HexA672B8A2601C11d213a
Octal24616227012460344354172
Binary101001101110010101110001010100110011100100011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672B8; }

 p { color: rgb(166,114,184); }

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

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

 a { background-color: rgb(166,114,184); }

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

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

 span { border-color: rgb(166,114,184); }

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