#A162E8

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

Shades of Medium Purple #A162E8

Tints of Medium Purple #A162E8

Color information

#A162E8 (or 0xA162E8) is unknown color: approx Medium Purple. HEX triplet: A1, 62 and E8. RGB value is (161,98,232). Sum of RGB (Red+Green+Blue) = 161+98+232=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #A162E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162E8 is #5E9D17. Grayscale: #838383. Windows color (decimal): -6200600 or 15229601. OLE color: 15229601.

HSL color Cylindrical-coordinate representation of color #A162E8: hue angle of 268.21º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A162E8 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16198232-
CMYK0.310.5800.09
HSL268.21º74.44%64.71%-
HSV(B)268.21º57.76%90.98%-
XYZ33.6322.1478.84-
YUV132.11184.37148.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=32.79%
G=19.96%
B=47.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161982320.310.5800.09268.2174.4464.71
HexA162E81F3A0910c4a41
Octal2411423503772011414112101
Binary10100001110001011101000111111110100100110000110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A162E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A162E8; }

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

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

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

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

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

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

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

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