#A261EA

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

Shades of Medium Purple #A261EA

Tints of Medium Purple #A261EA

Color information

#A261EA (or 0xA261EA) is unknown color: approx Medium Purple. HEX triplet: A2, 61 and EA. RGB value is (162,97,234). Sum of RGB (Red+Green+Blue) = 162+97+234=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #A261EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A261EA is #5D9E15. Grayscale: #838383. Windows color (decimal): -6135318 or 15360418. OLE color: 15360418.

HSL color Cylindrical-coordinate representation of color #A261EA: hue angle of 268.47º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A261EA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16297234-
CMYK0.310.5900.08
HSL268.47º76.54%64.9%-
HSV(B)268.47º58.55%91.76%-
XYZ34.0322.1780.33-
YUV132.05185.53149.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=32.86%
G=19.68%
B=47.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162972340.310.5900.08268.4776.5464.9
HexA261EA1F3B0810c4d41
Octal2421413523773010414115101
Binary10100010110000111101010111111110110100010000110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A261EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A261EA; }

 p { color: rgb(162,97,234); }

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

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

 a { background-color: rgb(162,97,234); }

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

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

 span { border-color: rgb(162,97,234); }

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