Html Css Color HEX #A077DD Medium Purple

📋 copy color: '#A077DD'

red 160 ◦ green 119 ◦ blue 221

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

Shades of Medium Purple #A077DD

Tints of Medium Purple #A077DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 32%
G = 23.8%
B = 44.2%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A077DD (or 0xA077DD) is known color: Medium Purple. HEX triplet: A0, 77 and DD. RGB value is (160,119,221). Sum of RGB (Red+Green+Blue) = 160+119+221=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #A077DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077DD is #5F8822. Grayscale: #8E8E8E. Windows color (decimal): -6260771 or 14514080. OLE color: 14514080.

HSL color Cylindrical-coordinate representation of color #A077DD: hue angle of 264.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A077DD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 119 221 -
CMYK 0.28 0.46 0 0.13
HSL 264.12º 0.6% 0.67% -
HSV(B) 264.12º 0.46% 0.87% -
XYZ 34.15 25.89 71.6 -
YUV 142.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 160 119 221 0.28 0.46 0 0.13 264.12 0.6 0.67
Hex A0 77 DD 1C 2E 0 D 108 3C 43
Octal 240 167 335 34 56 0 15 410 74 103
Binary 10100000 1110111 11011101 11100 101110 0 1101 100001000 111100 1000011

Color Harmonies of #A077DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077DD

Black with #A077DD

Text Example


Text Example

White with #A077DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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