#A670BB

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

Shades of Purple Mountain's Majesty #A670BB

Tints of Purple Mountain's Majesty #A670BB

Color information

#A670BB (or 0xA670BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 70 and BB. RGB value is (166,112,187). Sum of RGB (Red+Green+Blue) = 166+112+187=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #A670BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670BB is #598F44. Grayscale: #888888. Windows color (decimal): -5869381 or 12284070. OLE color: 12284070.

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

Color convert

RGB166112187-
CMYK0.110.4000.27
HSL283.2º35.55%58.63%-
HSV(B)283.2º40.11%73.33%-
XYZ30.4923.2849.9-
YUV136.7156.39148.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 112 (44.14% from 255) = 24.09%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=35.70%
G=24.09%
B=40.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661121870.110.4000.27283.235.5558.63
HexA670BBB2801B11b243b
Octal24616027313500334334473
Binary101001101110000101110111011101000011011100011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670BB; }

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

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

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

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

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

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

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

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