#A670B9

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

Shades of Purple Mountain's Majesty #A670B9

Tints of Purple Mountain's Majesty #A670B9

Color information

#A670B9 (or 0xA670B9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 70 and B9. RGB value is (166,112,185). Sum of RGB (Red+Green+Blue) = 166+112+185=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #A670B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670B9 is #598F46. Grayscale: #888888. Windows color (decimal): -5869383 or 12152998. OLE color: 12152998.

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

Color convert

RGB166112185-
CMYK0.100.3900.27
HSL284.38º34.27%58.24%-
HSV(B)284.38º39.46%72.55%-
XYZ30.2823.248.78-
YUV136.47155.39149.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=35.85%
G=24.19%
B=39.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661121850.100.3900.27284.3834.2758.24
HexA670B9A2701B11c223a
Octal24616027112470334344272
Binary101001101110000101110011010100111011011100011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670B9; }

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

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

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

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

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

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

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

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