Html Css Color HEX #A404EC Dark Violet

📋 copy color: '#A404EC'

red 164 ◦ green 4 ◦ blue 236

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

Shades of Dark Violet #A404EC

Tints of Dark Violet #A404EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.42%

R = 40.59%
G = 0.99%
B = 58.42%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A404EC (or 0xA404EC) is known color: Dark Violet. HEX triplet: A4, 04 and EC. RGB value is (164,4,236). Sum of RGB (Red+Green+Blue) = 164+4+236=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #A404EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404EC is #5BFB13. Grayscale: #4D4D4D. Windows color (decimal): -6028052 or 15467684. OLE color: 15467684.

HSL color Cylindrical-coordinate representation of color #A404EC: hue angle of 281.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A404EC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 4 236 -
CMYK 0.31 0.98 0 0.07
HSL 281.38º 0.97% 0.47% -
HSV(B) 281.38º 0.98% 0.93% -
XYZ 30.49 14.04 80.46 -
YUV 78.29 217.01 189.14 -
System Red Green Blue C M Y K H S L
Decimal 164 4 236 0.31 0.98 0 0.07 281.38 0.97 0.47
Hex A4 4 EC 1F 62 0 7 119 61 2F
Octal 244 4 354 37 142 0 7 431 141 57
Binary 10100100 100 11101100 11111 1100010 0 111 100011001 1100001 101111

Color Harmonies of #A404EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404EC

Black with #A404EC

Text Example


Text Example

White with #A404EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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