#A474BF

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

Shades of Purple Mountain's Majesty #A474BF

Tints of Purple Mountain's Majesty #A474BF

Color information

#A474BF (or 0xA474BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 74 and BF. RGB value is (164,116,191). Sum of RGB (Red+Green+Blue) = 164+116+191=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #A474BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474BF is #5B8B40. Grayscale: #8A8A8A. Windows color (decimal): -5999425 or 12547236. OLE color: 12547236.

HSL color Cylindrical-coordinate representation of color #A474BF: hue angle of 278.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A474BF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164116191-
CMYK0.140.3900.25
HSL278.4º36.95%60.2%-
HSV(B)278.4º39.27%74.9%-
XYZ30.9624.1452.32-
YUV138.9157.4145.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 191 (75% from 255) = 40.55%
R=34.82%
G=24.63%
B=40.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641161910.140.3900.25278.436.9560.2
HexA474BFE27019116253c
Octal24416427716470314264574
Binary101001001110100101111111110100111011001100010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474BF; }

 p { color: rgb(164,116,191); }

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

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

 a { background-color: rgb(164,116,191); }

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

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

 span { border-color: rgb(164,116,191); }

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