#A17CD5

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

Shades of Medium Purple #A17CD5

Tints of Medium Purple #A17CD5

Color information

#A17CD5 (or 0xA17CD5) is unknown color: approx Medium Purple. HEX triplet: A1, 7C and D5. RGB value is (161,124,213). Sum of RGB (Red+Green+Blue) = 161+124+213=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #A17CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17CD5 is #5E832A. Grayscale: #909090. Windows color (decimal): -6193963 or 13991073. OLE color: 13991073.

HSL color Cylindrical-coordinate representation of color #A17CD5: hue angle of 264.94º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17CD5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161124213-
CMYK0.240.4200.16
HSL264.94º51.45%66.08%-
HSV(B)264.94º41.78%83.53%-
XYZ33.9226.866.34-
YUV145.21166.26139.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=32.33%
G=24.90%
B=42.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611242130.240.4200.16264.9451.4566.08
HexA17CD5182A0101093342
Octal241174325305202041163102
Binary10100001111110011010101110001010100100001000010011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17CD5; }

 p { color: rgb(161,124,213); }

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

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

 a { background-color: rgb(161,124,213); }

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

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

 span { border-color: rgb(161,124,213); }

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