Html Css Color HEX #A000DE Dark Violet

📋 copy color: '#A000DE'

red 160 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #A000DE

Tints of Dark Violet #A000DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 41.88%
G = 0%
B = 58.12%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A000DE (or 0xA000DE) is known color: Dark Violet. HEX triplet: A0, 00 and DE. RGB value is (160,0,222). Sum of RGB (Red+Green+Blue) = 160+0+222=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #A000DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000DE is #5FFF21. Grayscale: #484848. Windows color (decimal): -6291234 or 14549152. OLE color: 14549152.

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

Color convert

RGB 160 0 222 -
CMYK 0.28 1 0 0.13
HSL 283.24º 1% 0.44% -
HSV(B) 283.24º 1% 0.87% -
XYZ 27.68 12.75 70.11 -
YUV 73.15 212.01 189.95 -
System Red Green Blue C M Y K H S L
Decimal 160 0 222 0.28 1 0 0.13 283.24 1 0.44
Hex A0 0 DE 1C 64 0 D 11B 64 2C
Octal 240 0 336 34 144 0 15 433 144 54
Binary 10100000 0 11011110 11100 1100100 0 1101 100011011 1100100 101100

Color Harmonies of #A000DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000DE

Black with #A000DE

Text Example


Text Example

White with #A000DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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