Html Css Color HEX #A070BE Purple Mountain's Majesty

📋 copy color: '#A070BE'

red 160 ◦ green 112 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A070BE

Tints of Purple Mountain's Majesty #A070BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 34.63%
G = 24.24%
B = 41.13%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A070BE (or 0xA070BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and BE. RGB value is (160,112,190). Sum of RGB (Red+Green+Blue) = 160+112+190=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #A070BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070BE is #5F8F41. Grayscale: #868686. Windows color (decimal): -6262594 or 12480672. OLE color: 12480672.

HSL color Cylindrical-coordinate representation of color #A070BE: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A070BE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 112 190 -
CMYK 0.16 0.41 0 0.25
HSL 276.92º 0.38% 0.59% -
HSV(B) 276.92º 0.41% 0.75% -
XYZ 29.59 22.78 51.55 -
YUV 135.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 160 112 190 0.16 0.41 0 0.25 276.92 0.38 0.59
Hex A0 70 BE 10 29 0 19 115 26 3B
Octal 240 160 276 20 51 0 31 425 46 73
Binary 10100000 1110000 10111110 10000 101001 0 11001 100010101 100110 111011

Color Harmonies of #A070BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070BE

Black with #A070BE

Text Example


Text Example

White with #A070BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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