Html Css Color HEX #A077E0 Medium Purple

📋 copy color: '#A077E0'

red 160 ◦ green 119 ◦ blue 224

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

Shades of Medium Purple #A077E0

Tints of Medium Purple #A077E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 31.81%
G = 23.66%
B = 44.53%

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

#A077E0 (or 0xA077E0) is known color: Medium Purple. HEX triplet: A0, 77 and E0. RGB value is (160,119,224). Sum of RGB (Red+Green+Blue) = 160+119+224=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #A077E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077E0 is #5F881F. Grayscale: #8E8E8E. Windows color (decimal): -6260768 or 14710688. OLE color: 14710688.

HSL color Cylindrical-coordinate representation of color #A077E0: hue angle of 263.43º degrees, saturation: 0.63, 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 #A077E0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 119 224 -
CMYK 0.29 0.47 0 0.12
HSL 263.43º 0.63% 0.67% -
HSV(B) 263.43º 0.47% 0.88% -
XYZ 34.55 26.05 73.73 -
YUV 143.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 160 119 224 0.29 0.47 0 0.12 263.43 0.63 0.67
Hex A0 77 E0 1D 2F 0 C 107 3F 43
Octal 240 167 340 35 57 0 14 407 77 103
Binary 10100000 1110111 11100000 11101 101111 0 1100 100000111 111111 1000011

Color Harmonies of #A077E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077E0

Black with #A077E0

Text Example


Text Example

White with #A077E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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