Html Css Color HEX #A616DD Dark Violet

📋 copy color: '#A616DD'

red 166 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #A616DD

Tints of Dark Violet #A616DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 40.59%
G = 5.38%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A616DD (or 0xA616DD) is known color: Dark Violet. HEX triplet: A6, 16 and DD. RGB value is (166,22,221). Sum of RGB (Red+Green+Blue) = 166+22+221=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #A616DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616DD is #59E922. Grayscale: #575757. Windows color (decimal): -5892387 or 14489254. OLE color: 14489254.

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

Color convert

RGB 166 22 221 -
CMYK 0.25 0.90 0 0.13
HSL 283.42º 0.82% 0.48% -
HSV(B) 283.42º 0.9% 0.87% -
XYZ 29.06 13.9 69.56 -
YUV 87.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 166 22 221 0.25 0.90 0 0.13 283.42 0.82 0.48
Hex A6 16 DD 19 5A 0 D 11B 52 30
Octal 246 26 335 31 132 0 15 433 122 60
Binary 10100110 10110 11011101 11001 1011010 0 1101 100011011 1010010 110000

Color Harmonies of #A616DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616DD

Black with #A616DD

Text Example


Text Example

White with #A616DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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