Html Css Color HEX #A077E1 Medium Purple

📋 copy color: '#A077E1'

red 160 ◦ green 119 ◦ blue 225

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

Shades of Medium Purple #A077E1

Tints of Medium Purple #A077E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 31.75%
G = 23.61%
B = 44.64%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A077E1 (or 0xA077E1) is known color: Medium Purple. HEX triplet: A0, 77 and E1. RGB value is (160,119,225). Sum of RGB (Red+Green+Blue) = 160+119+225=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #A077E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077E1 is #5F881E. Grayscale: #8E8E8E. Windows color (decimal): -6260767 or 14776224. OLE color: 14776224.

HSL color Cylindrical-coordinate representation of color #A077E1: hue angle of 263.21º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A077E1 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 119 225 -
CMYK 0.29 0.47 0 0.12
HSL 263.21º 0.64% 0.67% -
HSV(B) 263.21º 0.47% 0.88% -
XYZ 34.68 26.1 74.44 -
YUV 143.34 174.08 139.88 -
System Red Green Blue C M Y K H S L
Decimal 160 119 225 0.29 0.47 0 0.12 263.21 0.64 0.67
Hex A0 77 E1 1D 2F 0 C 107 40 43
Octal 240 167 341 35 57 0 14 407 100 103
Binary 10100000 1110111 11100001 11101 101111 0 1100 100000111 1000000 1000011

Color Harmonies of #A077E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077E1

Black with #A077E1

Text Example


Text Example

White with #A077E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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