#A474B8

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

Shades of Purple Mountain's Majesty #A474B8

Tints of Purple Mountain's Majesty #A474B8

Color information

#A474B8 (or 0xA474B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A4, 74 and B8. RGB value is (164,116,184). Sum of RGB (Red+Green+Blue) = 164+116+184=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #A474B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474B8 is #5B8B47. Grayscale: #898989. Windows color (decimal): -5999432 or 12088484. OLE color: 12088484.

HSL color Cylindrical-coordinate representation of color #A474B8: hue angle of 282.35º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A474B8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB164116184-
CMYK0.110.3700.28
HSL282.35º32.38%58.82%-
HSV(B)282.35º36.96%72.16%-
XYZ30.2123.8448.36-
YUV138.1153.9146.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=35.34%
G=25%
B=39.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641161840.110.3700.28282.3532.3858.82
HexA474B8B2501C11a203b
Octal24416427013450344324073
Binary101001001110100101110001011100101011100100011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474B8; }

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

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

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

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

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

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

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

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