#A674C2

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

Shades of Purple Mountain's Majesty #A674C2

Tints of Purple Mountain's Majesty #A674C2

Color information

#A674C2 (or 0xA674C2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A6, 74 and C2. RGB value is (166,116,194). Sum of RGB (Red+Green+Blue) = 166+116+194=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #A674C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674C2 is #598B3D. Grayscale: #8B8B8B. Windows color (decimal): -5868350 or 12743846. OLE color: 12743846.

HSL color Cylindrical-coordinate representation of color #A674C2: hue angle of 278.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A674C2 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166116194-
CMYK0.140.4000.24
HSL278.46º39%60.78%-
HSV(B)278.46º40.21%76.08%-
XYZ31.7124.4954.1-
YUV139.84158.56146.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 194 (76.17% from 255) = 40.76%
R=34.87%
G=24.37%
B=40.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661161940.140.4000.24278.463960.78
HexA674C2E28018116273d
Octal24616430216500304264775
Binary101001101110100110000101110101000011000100010110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674C2; }

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

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

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

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

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

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

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

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