#A50EE9

Color #A50EE9 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A50EE9

Tints of Dark Violet #A50EE9

Color information

#A50EE9 (or 0xA50EE9) is unknown color: approx Dark Violet. HEX triplet: A5, 0E and E9. RGB value is (165,14,233). Sum of RGB (Red+Green+Blue) = 165+14+233=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #A50EE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50EE9 is #5AF116. Grayscale: #535353. Windows color (decimal): -5959959 or 15273637. OLE color: 15273637.

HSL color Cylindrical-coordinate representation of color #A50EE9: hue angle of 281.37º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50EE9 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16514233-
CMYK0.290.9400.09
HSL281.37º88.66%48.43%-
HSV(B)281.37º93.99%91.37%-
XYZ30.3814.278.23-
YUV84.12212.03185.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 14 (5.86% from 255) = 3.40%
BLUE value IS 233 (91.41% from 255) = 56.55%
R=40.05%
G=3.40%
B=56.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165142330.290.9400.09281.3788.6648.43
HexA5EE91D5E091195930
Octal245163513513601143113160
Binary10100101111011101001111011011110010011000110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50EE9; }

 p { color: rgb(165,14,233); }

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

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

 a { background-color: rgb(165,14,233); }

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

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

 span { border-color: rgb(165,14,233); }

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