#A519EC

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

Shades of Blue Violet #A519EC

Tints of Blue Violet #A519EC

Color information

#A519EC (or 0xA519EC) is unknown color: approx Blue Violet. HEX triplet: A5, 19 and EC. RGB value is (165,25,236). Sum of RGB (Red+Green+Blue) = 165+25+236=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A519EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A519EC is #5AE613. Grayscale: #5A5A5A. Windows color (decimal): -5957140 or 15473061. OLE color: 15473061.

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

Color convert

RGB16525236-
CMYK0.300.8900.07
HSL279.81º84.74%51.18%-
HSV(B)279.81º89.41%92.55%-
XYZ31.0114.7580.57-
YUV90.91209.88180.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 25 (10.16% from 255) = 5.87%
BLUE value IS 236 (92.58% from 255) = 55.40%
R=38.73%
G=5.87%
B=55.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165252360.300.8900.07279.8184.7451.18
HexA519EC1E59071185533
Octal24531354361310743012563
Binary10100101110011110110011110101100101111000110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A519EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A519EC; }

 p { color: rgb(165,25,236); }

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

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

 a { background-color: rgb(165,25,236); }

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

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

 span { border-color: rgb(165,25,236); }

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