Html Css Color HEX #A077E5 Medium Purple

📋 copy color: '#A077E5'

red 160 ◦ green 119 ◦ blue 229

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

Shades of Medium Purple #A077E5

Tints of Medium Purple #A077E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.08%

R = 31.5%
G = 23.43%
B = 45.08%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A077E5 (or 0xA077E5) is known color: Medium Purple. HEX triplet: A0, 77 and E5. RGB value is (160,119,229). Sum of RGB (Red+Green+Blue) = 160+119+229=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #A077E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077E5 is #5F881A. Grayscale: #8F8F8F. Windows color (decimal): -6260763 or 15038368. OLE color: 15038368.

HSL color Cylindrical-coordinate representation of color #A077E5: hue angle of 262.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A077E5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 119 229 -
CMYK 0.30 0.48 0 0.10
HSL 262.36º 0.68% 0.68% -
HSV(B) 262.36º 0.48% 0.9% -
XYZ 35.24 26.32 77.35 -
YUV 143.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 160 119 229 0.30 0.48 0 0.10 262.36 0.68 0.68
Hex A0 77 E5 1E 30 0 A 106 44 44
Octal 240 167 345 36 60 0 12 406 104 104
Binary 10100000 1110111 11100101 11110 110000 0 1010 100000110 1000100 1000100

Color Harmonies of #A077E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077E5

Black with #A077E5

Text Example


Text Example

White with #A077E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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