Html Css Color HEX #A518DC Dark Violet

📋 copy color: '#A518DC'

red 165 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #A518DC

Tints of Dark Violet #A518DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.87%

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

R = 40.34%
G = 5.87%
B = 53.79%

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

#A518DC (or 0xA518DC) is known color: Dark Violet. HEX triplet: A5, 18 and DC. RGB value is (165,24,220). Sum of RGB (Red+Green+Blue) = 165+24+220=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #A518DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518DC is #5AE723. Grayscale: #575757. Windows color (decimal): -5957412 or 14424229. OLE color: 14424229.

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

Color convert

RGB 165 24 220 -
CMYK 0.25 0.89 0 0.14
HSL 283.16º 0.8% 0.48% -
HSV(B) 283.16º 0.89% 0.86% -
XYZ 28.76 13.82 68.86 -
YUV 88.5 202.21 182.56 -
System Red Green Blue C M Y K H S L
Decimal 165 24 220 0.25 0.89 0 0.14 283.16 0.8 0.48
Hex A5 18 DC 19 59 0 E 11B 50 30
Octal 245 30 334 31 131 0 16 433 120 60
Binary 10100101 11000 11011100 11001 1011001 0 1110 100011011 1010000 110000

Color Harmonies of #A518DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A518DC

Black with #A518DC

Text Example


Text Example

White with #A518DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A518DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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