#A17AD5

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

Shades of Medium Purple #A17AD5

Tints of Medium Purple #A17AD5

Color information

#A17AD5 (or 0xA17AD5) is unknown color: approx Medium Purple. HEX triplet: A1, 7A and D5. RGB value is (161,122,213). Sum of RGB (Red+Green+Blue) = 161+122+213=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A17AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AD5 is #5E852A. Grayscale: #8F8F8F. Windows color (decimal): -6194475 or 13990561. OLE color: 13990561.

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

Color convert

RGB161122213-
CMYK0.240.4300.16
HSL265.71º52%65.69%-
HSV(B)265.71º42.72%83.53%-
XYZ33.6726.366.25-
YUV144.04166.92140.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=32.46%
G=24.60%
B=42.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611222130.240.4300.16265.715265.69
HexA17AD5182B01010a3442
Octal241172325305302041264102
Binary10100001111101011010101110001010110100001000010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AD5; }

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

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

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

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

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

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

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

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