#A175DF

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

Shades of Medium Purple #A175DF

Tints of Medium Purple #A175DF

Color information

#A175DF (or 0xA175DF) is unknown color: approx Medium Purple. HEX triplet: A1, 75 and DF. RGB value is (161,117,223). Sum of RGB (Red+Green+Blue) = 161+117+223=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A175DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175DF is #5E8A20. Grayscale: #8D8D8D. Windows color (decimal): -6195745 or 14644641. OLE color: 14644641.

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

Color convert

RGB161117223-
CMYK0.280.4800.13
HSL264.91º62.35%66.67%-
HSV(B)264.91º47.53%87.45%-
XYZ34.3825.6372.95-
YUV142.24173.58141.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=32.14%
G=23.35%
B=44.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611172230.280.4800.13264.9162.3566.67
HexA175DF1C300D1093e43
Octal241165337346001541176103
Binary1010000111101011101111111100110000011011000010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175DF; }

 p { color: rgb(161,117,223); }

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

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

 a { background-color: rgb(161,117,223); }

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

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

 span { border-color: rgb(161,117,223); }

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