Html Css Color HEX #A080DB Medium Purple

📋 copy color: '#A080DB'

red 160 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #A080DB

Tints of Medium Purple #A080DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

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

R = 31.56%
G = 25.25%
B = 43.2%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A080DB (or 0xA080DB) is known color: Medium Purple. HEX triplet: A0, 80 and DB. RGB value is (160,128,219). Sum of RGB (Red+Green+Blue) = 160+128+219=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #A080DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080DB is #5F7F24. Grayscale: #939393. Windows color (decimal): -6258469 or 14385312. OLE color: 14385312.

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

Color convert

RGB 160 128 219 -
CMYK 0.27 0.42 0 0.14
HSL 261.1º 0.56% 0.68% -
HSV(B) 261.1º 0.42% 0.86% -
XYZ 35 28.03 70.58 -
YUV 147.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 160 128 219 0.27 0.42 0 0.14 261.1 0.56 0.68
Hex A0 80 DB 1B 2A 0 E 105 38 44
Octal 240 200 333 33 52 0 16 405 70 104
Binary 10100000 10000000 11011011 11011 101010 0 1110 100000101 111000 1000100

Color Harmonies of #A080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080DB

Black with #A080DB

Text Example


Text Example

White with #A080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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