#A175DC

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

Shades of Medium Purple #A175DC

Tints of Medium Purple #A175DC

Color information

#A175DC (or 0xA175DC) is unknown color: approx Medium Purple. HEX triplet: A1, 75 and DC. RGB value is (161,117,220). Sum of RGB (Red+Green+Blue) = 161+117+220=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #A175DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175DC is #5E8A23. Grayscale: #8D8D8D. Windows color (decimal): -6195748 or 14448033. OLE color: 14448033.

HSL color Cylindrical-coordinate representation of color #A175DC: hue angle of 265.63º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A175DC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161117220-
CMYK0.270.4700.14
HSL265.63º59.54%66.08%-
HSV(B)265.63º46.82%86.27%-
XYZ33.9825.4770.83-
YUV141.9172.08141.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=32.33%
G=23.49%
B=44.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611172200.270.4700.14265.6359.5466.08
HexA175DC1B2F0E10a3c42
Octal241165334335701641274102
Binary1010000111101011101110011011101111011101000010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175DC; }

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

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

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

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

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

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

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

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