#A672BD

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

Shades of Purple Mountain's Majesty #A672BD

Tints of Purple Mountain's Majesty #A672BD

Color information

#A672BD (or 0xA672BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 72 and BD. RGB value is (166,114,189). Sum of RGB (Red+Green+Blue) = 166+114+189=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A672BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672BD is #598D42. Grayscale: #898989. Windows color (decimal): -5868867 or 12415654. OLE color: 12415654.

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

Color convert

RGB166114189-
CMYK0.120.4000.26
HSL281.6º36.23%59.41%-
HSV(B)281.6º39.68%74.12%-
XYZ30.9323.8251.11-
YUV138.1156.73147.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=35.39%
G=24.31%
B=40.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661141890.120.4000.26281.636.2359.41
HexA672BDC2801A11a243b
Octal24616227514500324324473
Binary101001101110010101111011100101000011010100011010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A672BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A672BD; }

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

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

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

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

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

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

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

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