Html Css Color HEX #A004EE Dark Violet

📋 copy color: '#A004EE'

red 160 ◦ green 4 ◦ blue 238

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

Shades of Dark Violet #A004EE

Tints of Dark Violet #A004EE

RGB

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

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

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

R = 39.8%
G = 1%
B = 59.2%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A004EE (or 0xA004EE) is known color: Dark Violet. HEX triplet: A0, 04 and EE. RGB value is (160,4,238). Sum of RGB (Red+Green+Blue) = 160+4+238=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #A004EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A004EE is #5FFB11. Grayscale: #4C4C4C. Windows color (decimal): -6290194 or 15598752. OLE color: 15598752.

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

Color convert

RGB 160 4 238 -
CMYK 0.33 0.98 0 0.07
HSL 280º 0.97% 0.47% -
HSV(B) 280º 0.98% 0.93% -
XYZ 29.97 13.73 81.96 -
YUV 77.32 218.68 186.97 -
System Red Green Blue C M Y K H S L
Decimal 160 4 238 0.33 0.98 0 0.07 280 0.97 0.47
Hex A0 4 EE 21 62 0 7 118 61 2F
Octal 240 4 356 41 142 0 7 430 141 57
Binary 10100000 100 11101110 100001 1100010 0 111 100011000 1100001 101111

Color Harmonies of #A004EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A004EE

Black with #A004EE

Text Example


Text Example

White with #A004EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A004EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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