#A170E6

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

Shades of Medium Purple #A170E6

Tints of Medium Purple #A170E6

Color information

#A170E6 (or 0xA170E6) is unknown color: approx Medium Purple. HEX triplet: A1, 70 and E6. RGB value is (161,112,230). Sum of RGB (Red+Green+Blue) = 161+112+230=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #A170E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170E6 is #5E8F19. Grayscale: #8B8B8B. Windows color (decimal): -6197018 or 15102113. OLE color: 15102113.

HSL color Cylindrical-coordinate representation of color #A170E6: hue angle of 264.92º degrees, saturation: 0.7, 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 #A170E6 is Cyan = 0.3, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161112230-
CMYK0.30.5100.10
HSL264.92º70.24%67.06%-
HSV(B)264.92º51.3%90.2%-
XYZ34.7824.8877.83-
YUV140.1178.73142.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=32.01%
G=22.27%
B=45.73%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1611122300.30.5100.10264.9270.2467.06
HexA170E61E330A1094643
Octal2411603463663012411106103
Binary10100001111000011100110111101100110101010000100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A170E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A170E6; }

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

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

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

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

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

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

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

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