#A170E5

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

Shades of Medium Purple #A170E5

Tints of Medium Purple #A170E5

Color information

#A170E5 (or 0xA170E5) is unknown color: approx Medium Purple. HEX triplet: A1, 70 and E5. RGB value is (161,112,229). Sum of RGB (Red+Green+Blue) = 161+112+229=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A170E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170E5 is #5E8F1A. Grayscale: #8B8B8B. Windows color (decimal): -6197019 or 15036577. OLE color: 15036577.

HSL color Cylindrical-coordinate representation of color #A170E5: hue angle of 265.13º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A170E5 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161112229-
CMYK0.300.5100.10
HSL265.13º69.23%66.86%-
HSV(B)265.13º51.09%89.8%-
XYZ34.6324.8277.09-
YUV139.99178.23142.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 112 (44.14% from 255) = 22.31%
BLUE value IS 229 (89.84% from 255) = 45.62%
R=32.07%
G=22.31%
B=45.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611122290.300.5100.10265.1369.2366.86
HexA170E51E330A1094543
Octal2411603453663012411105103
Binary10100001111000011100101111101100110101010000100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170E5; }

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

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

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

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

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

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

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

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