#A50FE9

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

Shades of Dark Violet #A50FE9

Tints of Dark Violet #A50FE9

Color information

#A50FE9 (or 0xA50FE9) is unknown color: approx Dark Violet. HEX triplet: A5, 0F and E9. RGB value is (165,15,233). Sum of RGB (Red+Green+Blue) = 165+15+233=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #A50FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50FE9 is #5AF016. Grayscale: #535353. Windows color (decimal): -5959703 or 15273893. OLE color: 15273893.

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

Color convert

RGB16515233-
CMYK0.290.9400.09
HSL281.28º87.9%48.63%-
HSV(B)281.28º93.56%91.37%-
XYZ30.414.2278.23-
YUV84.7211.7185.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 15 (6.25% from 255) = 3.63%
BLUE value IS 233 (91.41% from 255) = 56.42%
R=39.95%
G=3.63%
B=56.42%

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
Decimal165152330.290.9400.09281.2887.948.63
HexA5FE91D5E091195831
Octal245173513513601143113061
Binary10100101111111101001111011011110010011000110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50FE9; }

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

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

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

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

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

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

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

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