Html Css Color HEX #A470B9 Purple Mountain's Majesty

📋 copy color: '#A470B9'

red 164 ◦ green 112 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A470B9

Tints of Purple Mountain's Majesty #A470B9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 35.57%
G = 24.3%
B = 40.13%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A470B9 (or 0xA470B9) is known color: Purple Mountain's Majesty. HEX triplet: A4, 70 and B9. RGB value is (164,112,185). Sum of RGB (Red+Green+Blue) = 164+112+185=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #A470B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470B9 is #5B8F46. Grayscale: #878787. Windows color (decimal): -6000455 or 12152996. OLE color: 12152996.

HSL color Cylindrical-coordinate representation of color #A470B9: hue angle of 282.74º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A470B9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 112 185 -
CMYK 0.11 0.39 0 0.27
HSL 282.74º 0.34% 0.58% -
HSV(B) 282.74º 0.39% 0.73% -
XYZ 29.86 22.98 48.76 -
YUV 135.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 164 112 185 0.11 0.39 0 0.27 282.74 0.34 0.58
Hex A4 70 B9 B 27 0 1B 11B 22 3A
Octal 244 160 271 13 47 0 33 433 42 72
Binary 10100100 1110000 10111001 1011 100111 0 11011 100011011 100010 111010

Color Harmonies of #A470B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470B9

Black with #A470B9

Text Example


Text Example

White with #A470B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470B9; }

 p { color: rgb(164,112,185); }

 H1.HeaderClassName
 {
   color: #A470B9;
 }
 .AnyTagClassName
 {
   color: #A470B9;
 }
</style>

background-color css

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

 a { background-color: rgb(164,112,185); }

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

border-color css

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

 span { border-color: rgb(164,112,185); }

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