#A515E1

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

Shades of Dark Violet #A515E1

Tints of Dark Violet #A515E1

Color information

#A515E1 (or 0xA515E1) is unknown color: approx Dark Violet. HEX triplet: A5, 15 and E1. RGB value is (165,21,225). Sum of RGB (Red+Green+Blue) = 165+21+225=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #A515E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515E1 is #5AEA1E. Grayscale: #565656. Windows color (decimal): -5958175 or 14751141. OLE color: 14751141.

HSL color Cylindrical-coordinate representation of color #A515E1: hue angle of 282.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A515E1 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16521225-
CMYK0.270.9100.12
HSL282.35º82.93%48.24%-
HSV(B)282.35º90.67%88.24%-
XYZ29.3813.9772.38-
YUV87.31205.71183.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 225 (88.28% from 255) = 54.74%
R=40.15%
G=5.11%
B=54.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165212250.270.9100.12282.3582.9348.24
HexA515E11B5B0C11a5330
Octal245253413313301443212360
Binary101001011010111100001110111011011011001000110101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A515E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A515E1; }

 p { color: rgb(165,21,225); }

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

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

 a { background-color: rgb(165,21,225); }

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

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

 span { border-color: rgb(165,21,225); }

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