Html Css Color HEX #A076BE Purple Mountain's Majesty

📋 copy color: '#A076BE'

red 160 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A076BE

Tints of Purple Mountain's Majesty #A076BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.21%

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

R = 34.19%
G = 25.21%
B = 40.6%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A076BE (or 0xA076BE) is known color: Purple Mountain's Majesty. HEX triplet: A0, 76 and BE. RGB value is (160,118,190). Sum of RGB (Red+Green+Blue) = 160+118+190=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #A076BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076BE is #5F8941. Grayscale: #8A8A8A. Windows color (decimal): -6261058 or 12482208. OLE color: 12482208.

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

Color convert

RGB 160 118 190 -
CMYK 0.16 0.38 0 0.25
HSL 275º 0.36% 0.6% -
HSV(B) 275º 0.38% 0.75% -
XYZ 30.27 24.15 51.78 -
YUV 138.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 160 118 190 0.16 0.38 0 0.25 275 0.36 0.6
Hex A0 76 BE 10 26 0 19 113 24 3C
Octal 240 166 276 20 46 0 31 423 44 74
Binary 10100000 1110110 10111110 10000 100110 0 11001 100010011 100100 111100

Color Harmonies of #A076BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076BE

Black with #A076BE

Text Example


Text Example

White with #A076BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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