#A880DC

Color #A880DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A880DC

Tints of Medium Purple #A880DC

Color information

#A880DC (or 0xA880DC) is unknown color: approx Medium Purple. HEX triplet: A8, 80 and DC. RGB value is (168,128,220). Sum of RGB (Red+Green+Blue) = 168+128+220=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A880DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880DC is #577F23. Grayscale: #969696. Windows color (decimal): -5734180 or 14450856. OLE color: 14450856.

HSL color Cylindrical-coordinate representation of color #A880DC: hue angle of 266.09º degrees, saturation: 0.57, 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 #A880DC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168128220-
CMYK0.240.4200.14
HSL266.09º56.79%68.24%-
HSV(B)266.09º41.82%86.27%-
XYZ36.7928.9371.36-
YUV150.45167.25140.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=32.56%
G=24.81%
B=42.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681282200.240.4200.14266.0956.7968.24
HexA880DC182A0E10a3944
Octal250200334305201641271104
Binary10101000100000001101110011000101010011101000010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880DC; }

 p { color: rgb(168,128,220); }

 H1.HeaderClassName
 {
   color: #A880DC;
 }
 .AnyTagClassName
 {
   color: #A880DC;
 }
</style>
background-color css

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

 a { background-color: rgb(168,128,220); }

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

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

 span { border-color: rgb(168,128,220); }

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