Html Css Color HEX #A077EC Medium Purple

📋 copy color: '#A077EC'

red 160 ◦ green 119 ◦ blue 236

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

Shades of Medium Purple #A077EC

Tints of Medium Purple #A077EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 31.07%
G = 23.11%
B = 45.83%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A077EC (or 0xA077EC) is known color: Medium Purple. HEX triplet: A0, 77 and EC. RGB value is (160,119,236). Sum of RGB (Red+Green+Blue) = 160+119+236=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A077EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077EC is #5F8813. Grayscale: #909090. Windows color (decimal): -6260756 or 15497120. OLE color: 15497120.

HSL color Cylindrical-coordinate representation of color #A077EC: hue angle of 261.03º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A077EC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 119 236 -
CMYK 0.32 0.50 0 0.07
HSL 261.03º 0.75% 0.7% -
HSV(B) 261.03º 0.5% 0.93% -
XYZ 36.23 26.72 82.61 -
YUV 144.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 160 119 236 0.32 0.50 0 0.07 261.03 0.75 0.7
Hex A0 77 EC 20 32 0 7 105 4B 46
Octal 240 167 354 40 62 0 7 405 113 106
Binary 10100000 1110111 11101100 100000 110010 0 111 100000101 1001011 1000110

Color Harmonies of #A077EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077EC

Black with #A077EC

Text Example


Text Example

White with #A077EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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