#A162EE

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

Shades of Medium Purple #A162EE

Tints of Medium Purple #A162EE

Color information

#A162EE (or 0xA162EE) is unknown color: approx Medium Purple. HEX triplet: A1, 62 and EE. RGB value is (161,98,238). Sum of RGB (Red+Green+Blue) = 161+98+238=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #A162EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162EE is #5E9D11. Grayscale: #848484. Windows color (decimal): -6200594 or 15622817. OLE color: 15622817.

HSL color Cylindrical-coordinate representation of color #A162EE: hue angle of 267º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A162EE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16198238-
CMYK0.320.5900.07
HSL267º80.46%65.88%-
HSV(B)267º58.82%93.33%-
XYZ34.522.4983.41-
YUV132.8187.37148.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 98 (38.67% from 255) = 19.72%
BLUE value IS 238 (93.36% from 255) = 47.89%
R=32.39%
G=19.72%
B=47.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161982380.320.5900.0726780.4665.88
HexA162EE203B0710b5042
Octal241142356407307413120102
Binary10100001110001011101110100000111011011110000101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A162EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A162EE; }

 p { color: rgb(161,98,238); }

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

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

 a { background-color: rgb(161,98,238); }

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

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

 span { border-color: rgb(161,98,238); }

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