Html Css Color HEX #A071BE Purple Mountain's Majesty

📋 copy color: '#A071BE'

red 160 ◦ green 113 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A071BE

Tints of Purple Mountain's Majesty #A071BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 34.56%
G = 24.41%
B = 41.04%

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

#A071BE (or 0xA071BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 71 and BE. RGB value is (160,113,190). Sum of RGB (Red+Green+Blue) = 160+113+190=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #A071BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BE is #5F8E41. Grayscale: #878787. Windows color (decimal): -6262338 or 12480928. OLE color: 12480928.

HSL color Cylindrical-coordinate representation of color #A071BE: hue angle of 276.62º degrees, saturation: 0.37, 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 #A071BE is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 113 190 -
CMYK 0.16 0.41 0 0.25
HSL 276.62º 0.37% 0.59% -
HSV(B) 276.62º 0.41% 0.75% -
XYZ 29.7 23 51.59 -
YUV 135.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 160 113 190 0.16 0.41 0 0.25 276.62 0.37 0.59
Hex A0 71 BE 10 29 0 19 115 25 3B
Octal 240 161 276 20 51 0 31 425 45 73
Binary 10100000 1110001 10111110 10000 101001 0 11001 100010101 100101 111011

Color Harmonies of #A071BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071BE

Black with #A071BE

Text Example


Text Example

White with #A071BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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