Html Css Color HEX #A411DB Dark Violet

📋 copy color: '#A411DB'

red 164 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A411DB

Tints of Dark Violet #A411DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.25%

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

R = 41%
G = 4.25%
B = 54.75%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A411DB (or 0xA411DB) is known color: Dark Violet. HEX triplet: A4, 11 and DB. RGB value is (164,17,219). Sum of RGB (Red+Green+Blue) = 164+17+219=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A411DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A411DB is #5BEE24. Grayscale: #535353. Windows color (decimal): -6024741 or 14356900. OLE color: 14356900.

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

Color convert

RGB 164 17 219 -
CMYK 0.25 0.92 0 0.14
HSL 283.66º 0.86% 0.46% -
HSV(B) 283.66º 0.92% 0.86% -
XYZ 28.3 13.41 68.11 -
YUV 83.98 204.2 185.07 -
System Red Green Blue C M Y K H S L
Decimal 164 17 219 0.25 0.92 0 0.14 283.66 0.86 0.46
Hex A4 11 DB 19 5C 0 E 11C 56 2E
Octal 244 21 333 31 134 0 16 434 126 56
Binary 10100100 10001 11011011 11001 1011100 0 1110 100011100 1010110 101110

Color Harmonies of #A411DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A411DB

Black with #A411DB

Text Example


Text Example

White with #A411DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A411DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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