Html Css Color HEX #A519D9 Dark Violet

📋 copy color: '#A519D9'

red 165 ◦ green 25 ◦ blue 217

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

Shades of Dark Violet #A519D9

Tints of Dark Violet #A519D9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 217 (85.16% from 255) = 53.32%

R = 40.54%
G = 6.14%
B = 53.32%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A519D9 (or 0xA519D9) is known color: Dark Violet. HEX triplet: A5, 19 and D9. RGB value is (165,25,217). Sum of RGB (Red+Green+Blue) = 165+25+217=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #A519D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519D9 is #5AE626. Grayscale: #585858. Windows color (decimal): -5957159 or 14227877. OLE color: 14227877.

HSL color Cylindrical-coordinate representation of color #A519D9: hue angle of 283.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A519D9 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 25 217 -
CMYK 0.24 0.88 0 0.15
HSL 283.75º 0.79% 0.47% -
HSV(B) 283.75º 0.88% 0.85% -
XYZ 28.39 13.7 66.79 -
YUV 88.75 200.38 182.39 -
System Red Green Blue C M Y K H S L
Decimal 165 25 217 0.24 0.88 0 0.15 283.75 0.79 0.47
Hex A5 19 D9 18 58 0 F 11C 4F 2F
Octal 245 31 331 30 130 0 17 434 117 57
Binary 10100101 11001 11011001 11000 1011000 0 1111 100011100 1001111 101111

Color Harmonies of #A519D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A519D9

Black with #A519D9

Text Example


Text Example

White with #A519D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A519D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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