Html Css Color HEX #A619DC Dark Violet

📋 copy color: '#A619DC'

red 166 ◦ green 25 ◦ blue 220

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

Shades of Dark Violet #A619DC

Tints of Dark Violet #A619DC

RGB

 RED value IS 166 (65.23% from 255) = 40.39%

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

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

R = 40.39%
G = 6.08%
B = 53.53%

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

#A619DC (or 0xA619DC) is known color: Dark Violet. HEX triplet: A6, 19 and DC. RGB value is (166,25,220). Sum of RGB (Red+Green+Blue) = 166+25+220=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #A619DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619DC is #59E623. Grayscale: #585858. Windows color (decimal): -5891620 or 14424486. OLE color: 14424486.

HSL color Cylindrical-coordinate representation of color #A619DC: hue angle of 283.38º 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 #A619DC is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 25 220 -
CMYK 0.25 0.89 0 0.14
HSL 283.38º 0.8% 0.48% -
HSV(B) 283.38º 0.89% 0.86% -
XYZ 28.99 13.97 68.88 -
YUV 89.39 201.71 182.64 -
System Red Green Blue C M Y K H S L
Decimal 166 25 220 0.25 0.89 0 0.14 283.38 0.8 0.48
Hex A6 19 DC 19 59 0 E 11B 50 30
Octal 246 31 334 31 131 0 16 433 120 60
Binary 10100110 11001 11011100 11001 1011001 0 1110 100011011 1010000 110000

Color Harmonies of #A619DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619DC

Black with #A619DC

Text Example


Text Example

White with #A619DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619DC; }

 p { color: rgb(166,25,220); }

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

background-color css

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

 a { background-color: rgb(166,25,220); }

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

border-color css

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

 span { border-color: rgb(166,25,220); }

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