Html Css Color HEX #A000E0 Dark Violet

📋 copy color: '#A000E0'

red 160 ◦ green 0 ◦ blue 224

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

Shades of Dark Violet #A000E0

Tints of Dark Violet #A000E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.33%

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A000E0 (or 0xA000E0) is known color: Dark Violet. HEX triplet: A0, 00 and E0. RGB value is (160,0,224). Sum of RGB (Red+Green+Blue) = 160+0+224=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #A000E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000E0 is #5FFF1F. Grayscale: #484848. Windows color (decimal): -6291232 or 14680224. OLE color: 14680224.

HSL color Cylindrical-coordinate representation of color #A000E0: hue angle of 282.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000E0 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 0 224 -
CMYK 0.29 1 0 0.12
HSL 282.86º 1% 0.44% -
HSV(B) 282.86º 1% 0.88% -
XYZ 27.95 12.86 71.53 -
YUV 73.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 160 0 224 0.29 1 0 0.12 282.86 1 0.44
Hex A0 0 E0 1D 64 0 C 11B 64 2C
Octal 240 0 340 35 144 0 14 433 144 54
Binary 10100000 0 11100000 11101 1100100 0 1100 100011011 1100100 101100

Color Harmonies of #A000E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000E0

Black with #A000E0

Text Example


Text Example

White with #A000E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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