#A672BB

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

Shades of Purple Mountain's Majesty #A672BB

Tints of Purple Mountain's Majesty #A672BB

Color information

#A672BB (or 0xA672BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 72 and BB. RGB value is (166,114,187). Sum of RGB (Red+Green+Blue) = 166+114+187=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A672BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672BB is #598D44. Grayscale: #898989. Windows color (decimal): -5868869 or 12284582. OLE color: 12284582.

HSL color Cylindrical-coordinate representation of color #A672BB: hue angle of 282.74º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A672BB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166114187-
CMYK0.110.3900.27
HSL282.74º34.93%59.02%-
HSV(B)282.74º39.04%73.33%-
XYZ30.7123.7349.98-
YUV137.87155.73148.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=35.55%
G=24.41%
B=40.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661141870.110.3900.27282.7434.9359.02
HexA672BBB2701B11b233b
Octal24616227313470334334373
Binary101001101110010101110111011100111011011100011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672BB; }

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

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

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

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

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

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

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

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