Html Css Color HEX #A404D9 Dark Violet

📋 copy color: '#A404D9'

red 164 ◦ green 4 ◦ blue 217

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

Shades of Dark Violet #A404D9

Tints of Dark Violet #A404D9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 217 (85.16% from 255) = 56.36%

R = 42.6%
G = 1.04%
B = 56.36%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A404D9 (or 0xA404D9) is known color: Dark Violet. HEX triplet: A4, 04 and D9. RGB value is (164,4,217). Sum of RGB (Red+Green+Blue) = 164+4+217=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #A404D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404D9 is #5BFB26. Grayscale: #4B4B4B. Windows color (decimal): -6028071 or 14222500. OLE color: 14222500.

HSL color Cylindrical-coordinate representation of color #A404D9: hue angle of 285.07º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404D9 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 4 217 -
CMYK 0.24 0.98 0 0.15
HSL 285.07º 0.96% 0.43% -
HSV(B) 285.07º 0.98% 0.85% -
XYZ 27.88 12.99 66.68 -
YUV 76.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 164 4 217 0.24 0.98 0 0.15 285.07 0.96 0.43
Hex A4 4 D9 18 62 0 F 11D 60 2B
Octal 244 4 331 30 142 0 17 435 140 53
Binary 10100100 100 11011001 11000 1100010 0 1111 100011101 1100000 101011

Color Harmonies of #A404D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404D9

Black with #A404D9

Text Example


Text Example

White with #A404D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404D9; }

 p { color: rgb(164,4,217); }

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

background-color css

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

 a { background-color: rgb(164,4,217); }

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

border-color css

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

 span { border-color: rgb(164,4,217); }

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