#A518EC

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

Shades of Blue Violet #A518EC

Tints of Blue Violet #A518EC

Color information

#A518EC (or 0xA518EC) is unknown color: approx Blue Violet. HEX triplet: A5, 18 and EC. RGB value is (165,24,236). Sum of RGB (Red+Green+Blue) = 165+24+236=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #A518EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518EC is #5AE713. Grayscale: #595959. Windows color (decimal): -5957396 or 15472805. OLE color: 15472805.

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

Color convert

RGB16524236-
CMYK0.300.9000.07
HSL279.91º84.8%50.98%-
HSV(B)279.91º89.83%92.55%-
XYZ30.9814.7180.56-
YUV90.33210.21181.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 24 (9.77% from 255) = 5.65%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=38.82%
G=5.65%
B=55.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165242360.300.9000.07279.9184.850.98
HexA518EC1E5A071185533
Octal24530354361320743012563
Binary10100101110001110110011110101101001111000110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A518EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A518EC; }

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

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

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

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

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

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

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

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