#a076dc

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

Shades of Medium Purple #A076DC

Tints of Medium Purple #A076DC

Color information

#A076DC (or 0xA076DC) is unknown color: approx Medium Purple. HEX triplet: A0, 76 and DC. RGB value is (160,118,220). Sum of RGB (Red+Green+Blue) = 160+118+220=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #A076DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076DC is #5F8923. Grayscale: #8D8D8D. Windows color (decimal): -6261028 or 14448288. OLE color: 14448288.

HSL color Cylindrical-coordinate representation of color #A076DC: hue angle of 264.71º degrees, saturation: 0.59, 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 #A076DC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160118220-
CMYK0.270.4600.14
HSL264.71º59.3%66.27%-
HSV(B)264.71º46.36%86.27%-
XYZ33.8925.670.86-
YUV142.19171.91140.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=32.13%
G=23.69%
B=44.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601182200.270.4600.14264.7159.366.27
HexA076DC1B2E0E1093b42
Octal240166334335601641173102
Binary1010000011101101101110011011101110011101000010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a076dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a076dc; }

 p { color: rgb(160,118,220); }

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

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

 a { background-color: rgb(160,118,220); }

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

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

 span { border-color: rgb(160,118,220); }

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