#A671BA

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

Shades of Purple Mountain's Majesty #A671BA

Tints of Purple Mountain's Majesty #A671BA

Color information

#A671BA (or 0xA671BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 71 and BA. RGB value is (166,113,186). Sum of RGB (Red+Green+Blue) = 166+113+186=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A671BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671BA is #598E45. Grayscale: #888888. Windows color (decimal): -5869126 or 12218790. OLE color: 12218790.

HSL color Cylindrical-coordinate representation of color #A671BA: hue angle of 283.56º 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 #A671BA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166113186-
CMYK0.110.3900.27
HSL283.56º34.6%58.63%-
HSV(B)283.56º39.25%72.94%-
XYZ30.4923.4649.38-
YUV137.17155.56148.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 186 (73.05% from 255) = 40%
R=35.70%
G=24.30%
B=40%

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
Decimal1661131860.110.3900.27283.5634.658.63
HexA671BAB2701B11c233b
Octal24616127213470334344373
Binary101001101110001101110101011100111011011100011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A671BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A671BA; }

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

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

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

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

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

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

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

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