Html Css Color HEX #A616DC Dark Violet

📋 copy color: '#A616DC'

red 166 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #A616DC

Tints of Dark Violet #A616DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.39%

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

R = 40.69%
G = 5.39%
B = 53.92%

CMYK

 C value IS 0.25

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A616DC (or 0xA616DC) is known color: Dark Violet. HEX triplet: A6, 16 and DC. RGB value is (166,22,220). Sum of RGB (Red+Green+Blue) = 166+22+220=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 22 (8.98% from 255 or 5.39% 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 #A616DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616DC is #59E923. Grayscale: #565656. Windows color (decimal): -5892388 or 14423718. OLE color: 14423718.

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

Color convert

RGB 166 22 220 -
CMYK 0.25 0.9 0 0.14
HSL 283.64º 0.82% 0.47% -
HSV(B) 283.64º 0.9% 0.86% -
XYZ 28.93 13.85 68.86 -
YUV 87.63 202.71 183.9 -
System Red Green Blue C M Y K H S L
Decimal 166 22 220 0.25 0.9 0 0.14 283.64 0.82 0.47
Hex A6 16 DC 19 5A 0 E 11C 52 2F
Octal 246 26 334 31 132 0 16 434 122 57
Binary 10100110 10110 11011100 11001 1011010 0 1110 100011100 1010010 101111

Color Harmonies of #A616DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616DC

Black with #A616DC

Text Example


Text Example

White with #A616DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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