Html Css Color HEX #A004EF Dark Violet

📋 copy color: '#A004EF'

red 160 ◦ green 4 ◦ blue 239

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

Shades of Dark Violet #A004EF

Tints of Dark Violet #A004EF

RGB

 RED value IS 160 (62.89% from 255) = 39.7%

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

 BLUE value IS 239 (93.75% from 255) = 59.31%

R = 39.7%
G = 0.99%
B = 59.31%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A004EF (or 0xA004EF) is known color: Dark Violet. HEX triplet: A0, 04 and EF. RGB value is (160,4,239). Sum of RGB (Red+Green+Blue) = 160+4+239=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #A004EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A004EF is #5FFB10. Grayscale: #4C4C4C. Windows color (decimal): -6290193 or 15664288. OLE color: 15664288.

HSL color Cylindrical-coordinate representation of color #A004EF: hue angle of 279.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004EF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 4 239 -
CMYK 0.33 0.98 0 0.06
HSL 279.83º 0.97% 0.48% -
HSV(B) 279.83º 0.98% 0.94% -
XYZ 30.12 13.79 82.74 -
YUV 77.43 219.18 186.89 -
System Red Green Blue C M Y K H S L
Decimal 160 4 239 0.33 0.98 0 0.06 279.83 0.97 0.48
Hex A0 4 EF 21 62 0 6 118 61 30
Octal 240 4 357 41 142 0 6 430 141 60
Binary 10100000 100 11101111 100001 1100010 0 110 100011000 1100001 110000

Color Harmonies of #A004EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004EF

Black with #A004EF

Text Example


Text Example

White with #A004EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004EF; }

 p { color: rgb(160,4,239); }

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

background-color css

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

 a { background-color: rgb(160,4,239); }

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

border-color css

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

 span { border-color: rgb(160,4,239); }

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