Html Css Color HEX #A517DB Dark Violet

📋 copy color: '#A517DB'

red 165 ◦ green 23 ◦ blue 219

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

Shades of Dark Violet #A517DB

Tints of Dark Violet #A517DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.65%

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 40.54%
G = 5.65%
B = 53.81%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A517DB (or 0xA517DB) is known color: Dark Violet. HEX triplet: A5, 17 and DB. RGB value is (165,23,219). Sum of RGB (Red+Green+Blue) = 165+23+219=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A517DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517DB is #5AE824. Grayscale: #575757. Windows color (decimal): -5957669 or 14358437. OLE color: 14358437.

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

Color convert

RGB 165 23 219 -
CMYK 0.25 0.89 0 0.14
HSL 283.47º 0.81% 0.47% -
HSV(B) 283.47º 0.89% 0.86% -
XYZ 28.61 13.73 68.16 -
YUV 87.8 202.04 183.06 -
System Red Green Blue C M Y K H S L
Decimal 165 23 219 0.25 0.89 0 0.14 283.47 0.81 0.47
Hex A5 17 DB 19 59 0 E 11B 51 2F
Octal 245 27 333 31 131 0 16 433 121 57
Binary 10100101 10111 11011011 11001 1011001 0 1110 100011011 1010001 101111

Color Harmonies of #A517DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517DB

Black with #A517DB

Text Example


Text Example

White with #A517DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517DB; }

 p { color: rgb(165,23,219); }

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

background-color css

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

 a { background-color: rgb(165,23,219); }

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

border-color css

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

 span { border-color: rgb(165,23,219); }

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