Html Css Color HEX #A470BB Purple Mountain's Majesty

📋 copy color: '#A470BB'

red 164 ◦ green 112 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A470BB

Tints of Purple Mountain's Majesty #A470BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 35.42%
G = 24.19%
B = 40.39%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A470BB (or 0xA470BB) is known color: Purple Mountain's Majesty. HEX triplet: A4, 70 and BB. RGB value is (164,112,187). Sum of RGB (Red+Green+Blue) = 164+112+187=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #A470BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470BB is #5B8F44. Grayscale: #878787. Windows color (decimal): -6000453 or 12284068. OLE color: 12284068.

HSL color Cylindrical-coordinate representation of color #A470BB: hue angle of 281.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A470BB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 112 187 -
CMYK 0.12 0.40 0 0.27
HSL 281.6º 0.36% 0.59% -
HSV(B) 281.6º 0.4% 0.73% -
XYZ 30.07 23.07 49.88 -
YUV 136.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 164 112 187 0.12 0.40 0 0.27 281.6 0.36 0.59
Hex A4 70 BB C 28 0 1B 11A 24 3B
Octal 244 160 273 14 50 0 33 432 44 73
Binary 10100100 1110000 10111011 1100 101000 0 11011 100011010 100100 111011

Color Harmonies of #A470BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470BB

Black with #A470BB

Text Example


Text Example

White with #A470BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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