#A262E8

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

Shades of Medium Purple #A262E8

Tints of Medium Purple #A262E8

Color information

#A262E8 (or 0xA262E8) is unknown color: approx Medium Purple. HEX triplet: A2, 62 and E8. RGB value is (162,98,232). Sum of RGB (Red+Green+Blue) = 162+98+232=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #A262E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262E8 is #5D9D17. Grayscale: #838383. Windows color (decimal): -6135064 or 15229602. OLE color: 15229602.

HSL color Cylindrical-coordinate representation of color #A262E8: hue angle of 268.66º 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 #A262E8 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16298232-
CMYK0.300.5800.09
HSL268.66º74.44%64.71%-
HSV(B)268.66º57.76%90.98%-
XYZ33.8322.2478.85-
YUV132.41184.2149.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=32.93%
G=19.92%
B=47.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162982320.300.5800.09268.6674.4464.71
HexA262E81E3A0910d4a41
Octal2421423503672011415112101
Binary10100010110001011101000111101110100100110000110110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A262E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A262E8; }

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

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

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

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

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

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

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

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