Html Css Color HEX #A404D0 Dark Violet

📋 copy color: '#A404D0'

red 164 ◦ green 4 ◦ blue 208

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

Shades of Dark Violet #A404D0

Tints of Dark Violet #A404D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 43.62%
G = 1.06%
B = 55.32%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A404D0 (or 0xA404D0) is known color: Dark Violet. HEX triplet: A4, 04 and D0. RGB value is (164,4,208). Sum of RGB (Red+Green+Blue) = 164+4+208=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #A404D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A404D0 is #5BFB2F. Grayscale: #4A4A4A. Windows color (decimal): -6028080 or 13632676. OLE color: 13632676.

HSL color Cylindrical-coordinate representation of color #A404D0: hue angle of 287.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404D0 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 4 208 -
CMYK 0.21 0.98 0 0.18
HSL 287.06º 0.96% 0.42% -
HSV(B) 287.06º 0.98% 0.82% -
XYZ 26.74 12.53 60.68 -
YUV 75.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 164 4 208 0.21 0.98 0 0.18 287.06 0.96 0.42
Hex A4 4 D0 15 62 0 12 11F 60 2A
Octal 244 4 320 25 142 0 22 437 140 52
Binary 10100100 100 11010000 10101 1100010 0 10010 100011111 1100000 101010

Color Harmonies of #A404D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404D0

Black with #A404D0

Text Example


Text Example

White with #A404D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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