Html Css Color HEX #A070B9 Purple Mountain's Majesty

📋 copy color: '#A070B9'

red 160 ◦ green 112 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A070B9

Tints of Purple Mountain's Majesty #A070B9

RGB

 RED value IS 160 (62.89% from 255) = 35.01%

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

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

R = 35.01%
G = 24.51%
B = 40.48%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A070B9 (or 0xA070B9) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and B9. RGB value is (160,112,185). Sum of RGB (Red+Green+Blue) = 160+112+185=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #A070B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070B9 is #5F8F46. Grayscale: #868686. Windows color (decimal): -6262599 or 12152992. OLE color: 12152992.

HSL color Cylindrical-coordinate representation of color #A070B9: hue angle of 279.45º 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 #A070B9 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 112 185 -
CMYK 0.14 0.39 0 0.27
HSL 279.45º 0.34% 0.58% -
HSV(B) 279.45º 0.39% 0.73% -
XYZ 29.05 22.56 48.72 -
YUV 134.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 160 112 185 0.14 0.39 0 0.27 279.45 0.34 0.58
Hex A0 70 B9 E 27 0 1B 117 22 3A
Octal 240 160 271 16 47 0 33 427 42 72
Binary 10100000 1110000 10111001 1110 100111 0 11011 100010111 100010 111010

Color Harmonies of #A070B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070B9

Black with #A070B9

Text Example


Text Example

White with #A070B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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