Html Css Color HEX #A517DC Dark Violet

📋 copy color: '#A517DC'

red 165 ◦ green 23 ◦ blue 220

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

Shades of Dark Violet #A517DC

Tints of Dark Violet #A517DC

RGB

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

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

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

R = 40.44%
G = 5.64%
B = 53.92%

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

#A517DC (or 0xA517DC) is known color: Dark Violet. HEX triplet: A5, 17 and DC. RGB value is (165,23,220). Sum of RGB (Red+Green+Blue) = 165+23+220=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #A517DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517DC is #5AE823. Grayscale: #575757. Windows color (decimal): -5957668 or 14423973. OLE color: 14423973.

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

Color convert

RGB 165 23 220 -
CMYK 0.25 0.90 0 0.14
HSL 283.25º 0.81% 0.48% -
HSV(B) 283.25º 0.9% 0.86% -
XYZ 28.74 13.78 68.86 -
YUV 87.92 202.54 182.98 -
System Red Green Blue C M Y K H S L
Decimal 165 23 220 0.25 0.90 0 0.14 283.25 0.81 0.48
Hex A5 17 DC 19 5A 0 E 11B 51 30
Octal 245 27 334 31 132 0 16 433 121 60
Binary 10100101 10111 11011100 11001 1011010 0 1110 100011011 1010001 110000

Color Harmonies of #A517DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517DC

Black with #A517DC

Text Example


Text Example

White with #A517DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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