#A674BD

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

Shades of Purple Mountain's Majesty #A674BD

Tints of Purple Mountain's Majesty #A674BD

Color information

#A674BD (or 0xA674BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 74 and BD. RGB value is (166,116,189). Sum of RGB (Red+Green+Blue) = 166+116+189=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A674BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674BD is #598B42. Grayscale: #8B8B8B. Windows color (decimal): -5868355 or 12416166. OLE color: 12416166.

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

Color convert

RGB166116189-
CMYK0.120.3900.26
HSL281.1º35.61%59.8%-
HSV(B)281.1º38.62%74.12%-
XYZ31.1624.2751.19-
YUV139.27156.06147.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=35.24%
G=24.63%
B=40.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661161890.120.3900.26281.135.6159.8
HexA674BDC2701A119243c
Octal24616427514470324314474
Binary101001101110100101111011100100111011010100011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674BD; }

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

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

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

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

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

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

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

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