#A50EB2

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

Shades of Dark Violet #A50EB2

Tints of Dark Violet #A50EB2

Color information

#A50EB2 (or 0xA50EB2) is unknown color: approx Dark Violet. HEX triplet: A5, 0E and B2. RGB value is (165,14,178). Sum of RGB (Red+Green+Blue) = 165+14+178=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #A50EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50EB2 is #5AF14D. Grayscale: #4D4D4D. Windows color (decimal): -5960014 or 11669157. OLE color: 11669157.

HSL color Cylindrical-coordinate representation of color #A50EB2: hue angle of 295.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50EB2 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16514178-
CMYK0.070.9200.30
HSL295.24º85.42%37.65%-
HSV(B)295.24º92.13%69.8%-
XYZ23.7111.5343.09-
YUV77.84184.53190.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 14 (5.86% from 255) = 3.92%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=46.22%
G=3.92%
B=49.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165141780.070.9200.30295.2485.4237.65
HexA5EB275C01E1275526
Octal24516262713403644712546
Binary1010010111101011001011110111000111101001001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50EB2; }

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

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

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

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

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

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

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

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