#A581DC

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

Shades of Medium Purple #A581DC

Tints of Medium Purple #A581DC

Color information

#A581DC (or 0xA581DC) is unknown color: approx Medium Purple. HEX triplet: A5, 81 and DC. RGB value is (165,129,220). Sum of RGB (Red+Green+Blue) = 165+129+220=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A581DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581DC is #5A7E23. Grayscale: #959595. Windows color (decimal): -5930532 or 14451109. OLE color: 14451109.

HSL color Cylindrical-coordinate representation of color #A581DC: hue angle of 263.74º 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 #A581DC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165129220-
CMYK0.250.4100.14
HSL263.74º56.52%68.43%-
HSV(B)263.74º41.36%86.27%-
XYZ36.2928.8771.37-
YUV150.14167.43138.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=32.10%
G=25.10%
B=42.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651292200.250.4100.14263.7456.5268.43
HexA581DC19290E1083944
Octal245201334315101641071104
Binary10100101100000011101110011001101001011101000010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581DC; }

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

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

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

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

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

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

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

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