Html Css Color HEX #A474B8 Purple Mountain's Majesty

📋 copy color: '#A474B8'

red 164 ◦ green 116 ◦ blue 184

#A474B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A474B8

Tints of Purple Mountain's Majesty #A474B8

RGB

 RED value IS 164 (64.45% from 255) = 35.34%

 GREEN value IS 116 (45.7% from 255) = 25%

 BLUE value IS 184 (72.27% from 255) = 39.66%

R = 35.34%
G = 25%
B = 39.66%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A474B8 (or 0xA474B8) is known color: 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

RGB 164 116 184 -
CMYK 0.11 0.37 0 0.28
HSL 282.35º 0.32% 0.59% -
HSV(B) 282.35º 0.37% 0.72% -
XYZ 30.21 23.84 48.36 -
YUV 138.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 164 116 184 0.11 0.37 0 0.28 282.35 0.32 0.59
Hex A4 74 B8 B 25 0 1C 11A 20 3B
Octal 244 164 270 13 45 0 34 432 40 73
Binary 10100100 1110100 10111000 1011 100101 0 11100 100011010 100000 111011

Color Harmonies of #A474B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474B8

Black with #A474B8

Text Example


Text Example

White with #A474B8

Text Example


Text Example

HTML Codes & Css Web 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>