Html Css Color HEX #A410DC Dark Violet

📋 copy color: '#A410DC'

red 164 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #A410DC

Tints of Dark Violet #A410DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

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

R = 41%
G = 4%
B = 55%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A410DC (or 0xA410DC) is known color: Dark Violet. HEX triplet: A4, 10 and DC. RGB value is (164,16,220). Sum of RGB (Red+Green+Blue) = 164+16+220=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A410DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410DC is #5BEF23. Grayscale: #525252. Windows color (decimal): -6024996 or 14422180. OLE color: 14422180.

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

Color convert

RGB 164 16 220 -
CMYK 0.25 0.93 0 0.14
HSL 283.53º 0.86% 0.46% -
HSV(B) 283.53º 0.93% 0.86% -
XYZ 28.41 13.43 68.8 -
YUV 83.51 205.03 185.41 -
System Red Green Blue C M Y K H S L
Decimal 164 16 220 0.25 0.93 0 0.14 283.53 0.86 0.46
Hex A4 10 DC 19 5D 0 E 11C 56 2E
Octal 244 20 334 31 135 0 16 434 126 56
Binary 10100100 10000 11011100 11001 1011101 0 1110 100011100 1010110 101110

Color Harmonies of #A410DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410DC

Black with #A410DC

Text Example


Text Example

White with #A410DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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