Html Css Color HEX #A070B7 Purple Mountain's Majesty

📋 copy color: '#A070B7'

red 160 ◦ green 112 ◦ blue 183

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

Shades of Purple Mountain's Majesty #A070B7

Tints of Purple Mountain's Majesty #A070B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.22%

R = 35.16%
G = 24.62%
B = 40.22%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A070B7 (or 0xA070B7) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and B7. RGB value is (160,112,183). Sum of RGB (Red+Green+Blue) = 160+112+183=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #A070B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070B7 is #5F8F48. Grayscale: #868686. Windows color (decimal): -6262601 or 12021920. OLE color: 12021920.

HSL color Cylindrical-coordinate representation of color #A070B7: hue angle of 280.56º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A070B7 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 112 183 -
CMYK 0.13 0.39 0 0.28
HSL 280.56º 0.33% 0.58% -
HSV(B) 280.56º 0.39% 0.72% -
XYZ 28.84 22.48 47.62 -
YUV 134.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 160 112 183 0.13 0.39 0 0.28 280.56 0.33 0.58
Hex A0 70 B7 D 27 0 1C 119 21 3A
Octal 240 160 267 15 47 0 34 431 41 72
Binary 10100000 1110000 10110111 1101 100111 0 11100 100011001 100001 111010

Color Harmonies of #A070B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070B7

Black with #A070B7

Text Example


Text Example

White with #A070B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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