Html Css Color HEX #A077DB Medium Purple

📋 copy color: '#A077DB'

red 160 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #A077DB

Tints of Medium Purple #A077DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 32.13%
G = 23.9%
B = 43.98%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A077DB (or 0xA077DB) is known color: Medium Purple. HEX triplet: A0, 77 and DB. RGB value is (160,119,219). Sum of RGB (Red+Green+Blue) = 160+119+219=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A077DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A077DB is #5F8824. Grayscale: #8E8E8E. Windows color (decimal): -6260773 or 14383008. OLE color: 14383008.

HSL color Cylindrical-coordinate representation of color #A077DB: hue angle of 264.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A077DB is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 119 219 -
CMYK 0.27 0.46 0 0.14
HSL 264.6º 0.58% 0.66% -
HSV(B) 264.6º 0.46% 0.86% -
XYZ 33.88 25.78 70.21 -
YUV 142.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 160 119 219 0.27 0.46 0 0.14 264.6 0.58 0.66
Hex A0 77 DB 1B 2E 0 E 109 3A 42
Octal 240 167 333 33 56 0 16 411 72 102
Binary 10100000 1110111 11011011 11011 101110 0 1110 100001001 111010 1000010

Color Harmonies of #A077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A077DB

Black with #A077DB

Text Example


Text Example

White with #A077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A077DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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