Html Css Color HEX #A076C0 Purple Mountain's Majesty

📋 copy color: '#A076C0'

red 160 ◦ green 118 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A076C0

Tints of Purple Mountain's Majesty #A076C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 34.04%
G = 25.11%
B = 40.85%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A076C0 (or 0xA076C0) is known color: Purple Mountain's Majesty. HEX triplet: A0, 76 and C0. RGB value is (160,118,192). Sum of RGB (Red+Green+Blue) = 160+118+192=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #A076C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076C0 is #5F893F. Grayscale: #8A8A8A. Windows color (decimal): -6261056 or 12613280. OLE color: 12613280.

HSL color Cylindrical-coordinate representation of color #A076C0: hue angle of 274.05º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A076C0 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 118 192 -
CMYK 0.17 0.39 0 0.25
HSL 274.05º 0.37% 0.61% -
HSV(B) 274.05º 0.39% 0.75% -
XYZ 30.49 24.24 52.94 -
YUV 138.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 160 118 192 0.17 0.39 0 0.25 274.05 0.37 0.61
Hex A0 76 C0 11 27 0 19 112 25 3D
Octal 240 166 300 21 47 0 31 422 45 75
Binary 10100000 1110110 11000000 10001 100111 0 11001 100010010 100101 111101

Color Harmonies of #A076C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076C0

Black with #A076C0

Text Example


Text Example

White with #A076C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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