Html Css Color HEX #A517DA Dark Violet

📋 copy color: '#A517DA'

red 165 ◦ green 23 ◦ blue 218

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

Shades of Dark Violet #A517DA

Tints of Dark Violet #A517DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 40.64%
G = 5.67%
B = 53.69%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A517DA (or 0xA517DA) is known color: Dark Violet. HEX triplet: A5, 17 and DA. RGB value is (165,23,218). Sum of RGB (Red+Green+Blue) = 165+23+218=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #A517DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517DA is #5AE825. Grayscale: #575757. Windows color (decimal): -5957670 or 14292901. OLE color: 14292901.

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

Color convert

RGB 165 23 218 -
CMYK 0.24 0.89 0 0.15
HSL 283.69º 0.81% 0.47% -
HSV(B) 283.69º 0.89% 0.85% -
XYZ 28.48 13.67 67.47 -
YUV 87.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 165 23 218 0.24 0.89 0 0.15 283.69 0.81 0.47
Hex A5 17 DA 18 59 0 F 11C 51 2F
Octal 245 27 332 30 131 0 17 434 121 57
Binary 10100101 10111 11011010 11000 1011001 0 1111 100011100 1010001 101111

Color Harmonies of #A517DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517DA

Black with #A517DA

Text Example


Text Example

White with #A517DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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