Html Css Color HEX #A410DB Dark Violet

📋 copy color: '#A410DB'

red 164 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #A410DB

Tints of Dark Violet #A410DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 41.1%
G = 4.01%
B = 54.89%

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

#A410DB (or 0xA410DB) is known color: Dark Violet. HEX triplet: A4, 10 and DB. RGB value is (164,16,219). Sum of RGB (Red+Green+Blue) = 164+16+219=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A410DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410DB is #5BEF24. Grayscale: #525252. Windows color (decimal): -6024997 or 14356644. OLE color: 14356644.

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

Color convert

RGB 164 16 219 -
CMYK 0.25 0.93 0 0.14
HSL 283.74º 0.86% 0.46% -
HSV(B) 283.74º 0.93% 0.86% -
XYZ 28.28 13.38 68.11 -
YUV 83.39 204.53 185.49 -
System Red Green Blue C M Y K H S L
Decimal 164 16 219 0.25 0.93 0 0.14 283.74 0.86 0.46
Hex A4 10 DB 19 5D 0 E 11C 56 2E
Octal 244 20 333 31 135 0 16 434 126 56
Binary 10100100 10000 11011011 11001 1011101 0 1110 100011100 1010110 101110

Color Harmonies of #A410DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410DB

Black with #A410DB

Text Example


Text Example

White with #A410DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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