#A50EBB

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

Shades of Dark Violet #A50EBB

Tints of Dark Violet #A50EBB

Color information

#A50EBB (or 0xA50EBB) is unknown color: approx Dark Violet. HEX triplet: A5, 0E and BB. RGB value is (165,14,187). Sum of RGB (Red+Green+Blue) = 165+14+187=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #A50EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50EBB is #5AF144. Grayscale: #4E4E4E. Windows color (decimal): -5960005 or 12258981. OLE color: 12258981.

HSL color Cylindrical-coordinate representation of color #A50EBB: hue angle of 292.37º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50EBB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16514187-
CMYK0.120.9300.27
HSL292.37º86.07%39.41%-
HSV(B)292.37º92.51%73.33%-
XYZ24.6411.948.01-
YUV78.87189.03189.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 14 (5.86% from 255) = 3.83%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=45.08%
G=3.83%
B=51.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165141870.120.9300.27292.3786.0739.41
HexA5EBBC5D01B1245627
Octal245162731413503344412647
Binary10100101111010111011110010111010110111001001001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50EBB; }

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

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

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

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

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

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

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

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