Html Css Color HEX #A470BD Purple Mountain's Majesty

📋 copy color: '#A470BD'

red 164 ◦ green 112 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A470BD

Tints of Purple Mountain's Majesty #A470BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.65%

R = 35.27%
G = 24.09%
B = 40.65%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A470BD (or 0xA470BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 70 and BD. RGB value is (164,112,189). Sum of RGB (Red+Green+Blue) = 164+112+189=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #A470BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470BD is #5B8F42. Grayscale: #888888. Windows color (decimal): -6000451 or 12415140. OLE color: 12415140.

HSL color Cylindrical-coordinate representation of color #A470BD: hue angle of 280.52º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A470BD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 112 189 -
CMYK 0.13 0.41 0 0.26
HSL 280.52º 0.37% 0.59% -
HSV(B) 280.52º 0.41% 0.74% -
XYZ 30.29 23.15 51.02 -
YUV 136.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 164 112 189 0.13 0.41 0 0.26 280.52 0.37 0.59
Hex A4 70 BD D 29 0 1A 119 25 3B
Octal 244 160 275 15 51 0 32 431 45 73
Binary 10100100 1110000 10111101 1101 101001 0 11010 100011001 100101 111011

Color Harmonies of #A470BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470BD

Black with #A470BD

Text Example


Text Example

White with #A470BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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