Html Css Color HEX #A000E4 Dark Violet

📋 copy color: '#A000E4'

red 160 ◦ green 0 ◦ blue 228

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

Shades of Dark Violet #A000E4

Tints of Dark Violet #A000E4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 228 (89.45% from 255) = 58.76%

R = 41.24%
G = 0%
B = 58.76%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A000E4 (or 0xA000E4) is known color: Dark Violet. HEX triplet: A0, 00 and E4. RGB value is (160,0,228). Sum of RGB (Red+Green+Blue) = 160+0+228=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 228 (89.45% from 255 or 58.76% from 388); Max value from RGB is 228 - color contains mainly: blue. Hex color #A000E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000E4 is #5FFF1B. Grayscale: #494949. Windows color (decimal): -6291228 or 14942368. OLE color: 14942368.

HSL color Cylindrical-coordinate representation of color #A000E4: hue angle of 282.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000E4 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 0 228 -
CMYK 0.30 1 0 0.11
HSL 282.11º 1% 0.45% -
HSV(B) 282.11º 1% 0.89% -
XYZ 28.5 13.08 74.42 -
YUV 73.83 215.01 189.46 -
System Red Green Blue C M Y K H S L
Decimal 160 0 228 0.30 1 0 0.11 282.11 1 0.45
Hex A0 0 E4 1E 64 0 B 11A 64 2D
Octal 240 0 344 36 144 0 13 432 144 55
Binary 10100000 0 11100100 11110 1100100 0 1011 100011010 1100100 101101

Color Harmonies of #A000E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000E4

Black with #A000E4

Text Example


Text Example

White with #A000E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000E4; }

 p { color: rgb(160,0,228); }

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

background-color css

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

 a { background-color: rgb(160,0,228); }

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

border-color css

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

 span { border-color: rgb(160,0,228); }

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