Html Css Color HEX #A616DF Dark Violet

📋 copy color: '#A616DF'

red 166 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #A616DF

Tints of Dark Violet #A616DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 40.39%
G = 5.35%
B = 54.26%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A616DF (or 0xA616DF) is known color: Dark Violet. HEX triplet: A6, 16 and DF. RGB value is (166,22,223). Sum of RGB (Red+Green+Blue) = 166+22+223=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #A616DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A616DF is #59E920. Grayscale: #575757. Windows color (decimal): -5892385 or 14620326. OLE color: 14620326.

HSL color Cylindrical-coordinate representation of color #A616DF: hue angle of 282.99º 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 #A616DF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 22 223 -
CMYK 0.26 0.90 0 0.13
HSL 282.99º 0.82% 0.48% -
HSV(B) 282.99º 0.9% 0.87% -
XYZ 29.33 14.01 70.97 -
YUV 87.97 204.21 183.66 -
System Red Green Blue C M Y K H S L
Decimal 166 22 223 0.26 0.90 0 0.13 282.99 0.82 0.48
Hex A6 16 DF 1A 5A 0 D 11B 52 30
Octal 246 26 337 32 132 0 15 433 122 60
Binary 10100110 10110 11011111 11010 1011010 0 1101 100011011 1010010 110000

Color Harmonies of #A616DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A616DF

Black with #A616DF

Text Example


Text Example

White with #A616DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A616DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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