Html Css Color HEX #A404EE Dark Violet

📋 copy color: '#A404EE'

red 164 ◦ green 4 ◦ blue 238

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

Shades of Dark Violet #A404EE

Tints of Dark Violet #A404EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 40.39%
G = 0.99%
B = 58.62%

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

#A404EE (or 0xA404EE) is known color: Dark Violet. HEX triplet: A4, 04 and EE. RGB value is (164,4,238). Sum of RGB (Red+Green+Blue) = 164+4+238=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #A404EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A404EE is #5BFB11. Grayscale: #4D4D4D. Windows color (decimal): -6028050 or 15598756. OLE color: 15598756.

HSL color Cylindrical-coordinate representation of color #A404EE: hue angle of 281.03º 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 #A404EE is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 4 238 -
CMYK 0.31 0.98 0 0.07
HSL 281.03º 0.97% 0.47% -
HSV(B) 281.03º 0.98% 0.93% -
XYZ 30.79 14.15 82 -
YUV 78.52 218.01 188.97 -
System Red Green Blue C M Y K H S L
Decimal 164 4 238 0.31 0.98 0 0.07 281.03 0.97 0.47
Hex A4 4 EE 1F 62 0 7 119 61 2F
Octal 244 4 356 37 142 0 7 431 141 57
Binary 10100100 100 11101110 11111 1100010 0 111 100011001 1100001 101111

Color Harmonies of #A404EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A404EE

Black with #A404EE

Text Example


Text Example

White with #A404EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A404EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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