#A081DC

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

Shades of Medium Purple #A081DC

Tints of Medium Purple #A081DC

Color information

#A081DC (or 0xA081DC) is unknown color: approx Medium Purple. HEX triplet: A0, 81 and DC. RGB value is (160,129,220). Sum of RGB (Red+Green+Blue) = 160+129+220=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #A081DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081DC is #5F7E23. Grayscale: #949494. Windows color (decimal): -6258212 or 14451104. OLE color: 14451104.

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

Color convert

RGB160129220-
CMYK0.270.4100.14
HSL260.44º56.52%68.43%-
HSV(B)260.44º41.36%86.27%-
XYZ35.2728.3471.32-
YUV148.64168.27136.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=31.43%
G=25.34%
B=43.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601292200.270.4100.14260.4456.5268.43
HexA081DC1B290E1043944
Octal240201334335101640471104
Binary10100000100000011101110011011101001011101000001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081DC; }

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

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

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

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

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

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

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

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