#A671BD

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

Shades of Purple Mountain's Majesty #A671BD

Tints of Purple Mountain's Majesty #A671BD

Color information

#A671BD (or 0xA671BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 71 and BD. RGB value is (166,113,189). Sum of RGB (Red+Green+Blue) = 166+113+189=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #A671BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671BD is #598E42. Grayscale: #898989. Windows color (decimal): -5869123 or 12415398. OLE color: 12415398.

HSL color Cylindrical-coordinate representation of color #A671BD: hue angle of 281.84º degrees, saturation: 0.37, 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 #A671BD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166113189-
CMYK0.120.4000.26
HSL281.84º36.54%59.22%-
HSV(B)281.84º40.21%74.12%-
XYZ30.8223.5951.07-
YUV137.51157.06148.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=35.47%
G=24.15%
B=40.38%

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
Decimal1661131890.120.4000.26281.8436.5459.22
HexA671BDC2801A11a253b
Octal24616127514500324324573
Binary101001101110001101111011100101000011010100011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A671BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A671BD; }

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

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

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

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

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

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

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

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