Html Css Color HEX #A077EE Medium Purple

📋 copy color: '#A077EE'

red 160 ◦ green 119 ◦ blue 238

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

Shades of Medium Purple #A077EE

Tints of Medium Purple #A077EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 30.95%
G = 23.02%
B = 46.03%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A077EE (or 0xA077EE) is known color: Medium Purple. HEX triplet: A0, 77 and EE. RGB value is (160,119,238). Sum of RGB (Red+Green+Blue) = 160+119+238=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #A077EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A077EE is #5F8811. Grayscale: #909090. Windows color (decimal): -6260754 or 15628192. OLE color: 15628192.

HSL color Cylindrical-coordinate representation of color #A077EE: hue angle of 260.67º degrees, saturation: 0.78, 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 #A077EE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 119 238 -
CMYK 0.33 0.50 0 0.07
HSL 260.67º 0.78% 0.7% -
HSV(B) 260.67º 0.5% 0.93% -
XYZ 36.53 26.84 84.14 -
YUV 144.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 160 119 238 0.33 0.50 0 0.07 260.67 0.78 0.7
Hex A0 77 EE 21 32 0 7 105 4E 46
Octal 240 167 356 41 62 0 7 405 116 106
Binary 10100000 1110111 11101110 100001 110010 0 111 100000101 1001110 1000110

Color Harmonies of #A077EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077EE

Black with #A077EE

Text Example


Text Example

White with #A077EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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