Html Css Color HEX #A416DC Dark Violet

📋 copy color: '#A416DC'

red 164 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #A416DC

Tints of Dark Violet #A416DC

RGB

 RED value IS 164 (64.45% from 255) = 40.39%

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

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

R = 40.39%
G = 5.42%
B = 54.19%

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

#A416DC (or 0xA416DC) is known color: Dark Violet. HEX triplet: A4, 16 and DC. RGB value is (164,22,220). Sum of RGB (Red+Green+Blue) = 164+22+220=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A416DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A416DC is #5BE923. Grayscale: #565656. Windows color (decimal): -6023460 or 14423716. OLE color: 14423716.

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

Color convert

RGB 164 22 220 -
CMYK 0.25 0.9 0 0.14
HSL 283.03º 0.82% 0.47% -
HSV(B) 283.03º 0.9% 0.86% -
XYZ 28.52 13.63 68.84 -
YUV 87.03 203.04 182.9 -
System Red Green Blue C M Y K H S L
Decimal 164 22 220 0.25 0.9 0 0.14 283.03 0.82 0.47
Hex A4 16 DC 19 5A 0 E 11B 52 2F
Octal 244 26 334 31 132 0 16 433 122 57
Binary 10100100 10110 11011100 11001 1011010 0 1110 100011011 1010010 101111

Color Harmonies of #A416DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416DC

Black with #A416DC

Text Example


Text Example

White with #A416DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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