Html Css Color HEX #A071BA Purple Mountain's Majesty

📋 copy color: '#A071BA'

red 160 ◦ green 113 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A071BA

Tints of Purple Mountain's Majesty #A071BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 34.86%
G = 24.62%
B = 40.52%

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

#A071BA (or 0xA071BA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 71 and BA. RGB value is (160,113,186). Sum of RGB (Red+Green+Blue) = 160+113+186=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A071BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071BA is #5F8E45. Grayscale: #878787. Windows color (decimal): -6262342 or 12218784. OLE color: 12218784.

HSL color Cylindrical-coordinate representation of color #A071BA: hue angle of 278.63º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A071BA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 113 186 -
CMYK 0.14 0.39 0 0.27
HSL 278.63º 0.35% 0.59% -
HSV(B) 278.63º 0.39% 0.73% -
XYZ 29.27 22.83 49.32 -
YUV 135.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 160 113 186 0.14 0.39 0 0.27 278.63 0.35 0.59
Hex A0 71 BA E 27 0 1B 117 23 3B
Octal 240 161 272 16 47 0 33 427 43 73
Binary 10100000 1110001 10111010 1110 100111 0 11011 100010111 100011 111011

Color Harmonies of #A071BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071BA

Black with #A071BA

Text Example


Text Example

White with #A071BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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