Html Css Color HEX #A515DC Dark Violet

📋 copy color: '#A515DC'

red 165 ◦ green 21 ◦ blue 220

#A515DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A515DC

Tints of Dark Violet #A515DC

RGB

 RED value IS 165 (64.84% from 255) = 40.64%

 GREEN value IS 21 (8.59% from 255) = 5.17%

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 40.64%
G = 5.17%
B = 54.19%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A515DC (or 0xA515DC) is known color: Dark Violet. HEX triplet: A5, 15 and DC. RGB value is (165,21,220). Sum of RGB (Red+Green+Blue) = 165+21+220=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A515DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515DC is #5AEA23. Grayscale: #565656. Windows color (decimal): -5958180 or 14423461. OLE color: 14423461.

HSL color Cylindrical-coordinate representation of color #A515DC: hue angle of 283.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515DC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 21 220 -
CMYK 0.25 0.90 0 0.14
HSL 283.42º 0.83% 0.47% -
HSV(B) 283.42º 0.9% 0.86% -
XYZ 28.7 13.7 68.84 -
YUV 86.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 165 21 220 0.25 0.90 0 0.14 283.42 0.83 0.47
Hex A5 15 DC 19 5A 0 E 11B 53 2F
Octal 245 25 334 31 132 0 16 433 123 57
Binary 10100101 10101 11011100 11001 1011010 0 1110 100011011 1010011 101111

Color Harmonies of #A515DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515DC

Black with #A515DC

Text Example


Text Example

White with #A515DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515DC; }

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

 H1.HeaderClassName
 {
   color: #A515DC;
 }
 .AnyTagClassName
 {
   color: #A515DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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