Html Css Color HEX #A470BC Purple Mountain's Majesty

📋 copy color: '#A470BC'

red 164 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A470BC

Tints of Purple Mountain's Majesty #A470BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 35.34%
G = 24.14%
B = 40.52%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A470BC (or 0xA470BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 70 and BC. RGB value is (164,112,188). Sum of RGB (Red+Green+Blue) = 164+112+188=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A470BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470BC is #5B8F43. Grayscale: #878787. Windows color (decimal): -6000452 or 12349604. OLE color: 12349604.

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

Color convert

RGB 164 112 188 -
CMYK 0.13 0.40 0 0.26
HSL 281.05º 0.36% 0.59% -
HSV(B) 281.05º 0.4% 0.74% -
XYZ 30.18 23.11 50.45 -
YUV 136.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 164 112 188 0.13 0.40 0 0.26 281.05 0.36 0.59
Hex A4 70 BC D 28 0 1A 119 24 3B
Octal 244 160 274 15 50 0 32 431 44 73
Binary 10100100 1110000 10111100 1101 101000 0 11010 100011001 100100 111011

Color Harmonies of #A470BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470BC

Black with #A470BC

Text Example


Text Example

White with #A470BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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