#a170dd

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

Shades of Medium Purple #A170DD

Tints of Medium Purple #A170DD

Color information

#A170DD (or 0xA170DD) is unknown color: approx Medium Purple. HEX triplet: A1, 70 and DD. RGB value is (161,112,221). Sum of RGB (Red+Green+Blue) = 161+112+221=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A170DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170DD is #5E8F22. Grayscale: #8A8A8A. Windows color (decimal): -6197027 or 14512289. OLE color: 14512289.

HSL color Cylindrical-coordinate representation of color #A170DD: hue angle of 266.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A170DD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161112221-
CMYK0.270.4900.13
HSL266.97º61.58%65.29%-
HSV(B)266.97º49.32%86.67%-
XYZ33.5424.3971.35-
YUV139.08174.23143.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=32.59%
G=22.67%
B=44.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611122210.270.4900.13266.9761.5865.29
HexA170DD1B310D10b3e41
Octal241160335336101541376101
Binary1010000111100001101110111011110001011011000010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a170dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a170dd; }

 p { color: rgb(161,112,221); }

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

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

 a { background-color: rgb(161,112,221); }

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

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

 span { border-color: rgb(161,112,221); }

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