#A185DC

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

Shades of Medium Purple #A185DC

Tints of Medium Purple #A185DC

Color information

#A185DC (or 0xA185DC) is unknown color: approx Medium Purple. HEX triplet: A1, 85 and DC. RGB value is (161,133,220). Sum of RGB (Red+Green+Blue) = 161+133+220=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 133 (52.34% from 255 or 25.88% 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 #A185DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185DC is #5E7A23. Grayscale: #969696. Windows color (decimal): -6191652 or 14452129. OLE color: 14452129.

HSL color Cylindrical-coordinate representation of color #A185DC: hue angle of 259.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A185DC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161133220-
CMYK0.270.4000.14
HSL259.31º55.41%69.22%-
HSV(B)259.31º39.55%86.27%-
XYZ3629.5271.51-
YUV151.29166.78134.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=31.32%
G=25.88%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611332200.270.4000.14259.3155.4169.22
HexA185DC1B280E1033745
Octal241205334335001640367105
Binary10100001100001011101110011011101000011101000000111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A185DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A185DC; }

 p { color: rgb(161,133,220); }

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

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

 a { background-color: rgb(161,133,220); }

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

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

 span { border-color: rgb(161,133,220); }

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