Html Css Color HEX #A077C2 Purple Mountain's Majesty

📋 copy color: '#A077C2'

red 160 ◦ green 119 ◦ blue 194

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

Shades of Purple Mountain's Majesty #A077C2

Tints of Purple Mountain's Majesty #A077C2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.16%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 33.83%
G = 25.16%
B = 41.01%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A077C2 (or 0xA077C2) is known color: Purple Mountain's Majesty. HEX triplet: A0, 77 and C2. RGB value is (160,119,194). Sum of RGB (Red+Green+Blue) = 160+119+194=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #A077C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077C2 is #5F883D. Grayscale: #8B8B8B. Windows color (decimal): -6260798 or 12744608. OLE color: 12744608.

HSL color Cylindrical-coordinate representation of color #A077C2: hue angle of 272.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A077C2 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 119 194 -
CMYK 0.18 0.39 0 0.24
HSL 272.8º 0.38% 0.61% -
HSV(B) 272.8º 0.39% 0.76% -
XYZ 30.83 24.56 54.15 -
YUV 139.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 160 119 194 0.18 0.39 0 0.24 272.8 0.38 0.61
Hex A0 77 C2 12 27 0 18 111 26 3D
Octal 240 167 302 22 47 0 30 421 46 75
Binary 10100000 1110111 11000010 10010 100111 0 11000 100010001 100110 111101

Color Harmonies of #A077C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077C2

Black with #A077C2

Text Example


Text Example

White with #A077C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077C2; }

 p { color: rgb(160,119,194); }

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

background-color css

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

 a { background-color: rgb(160,119,194); }

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

border-color css

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

 span { border-color: rgb(160,119,194); }

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