Html Css Color HEX #A00ED0 Dark Violet

📋 copy color: '#A00ED0'

red 160 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #A00ED0

Tints of Dark Violet #A00ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 208 (81.64% from 255) = 54.45%

R = 41.88%
G = 3.66%
B = 54.45%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A00ED0 (or 0xA00ED0) is known color: Dark Violet. HEX triplet: A0, 0E and D0. RGB value is (160,14,208). Sum of RGB (Red+Green+Blue) = 160+14+208=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #A00ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ED0 is #5FF12F. Grayscale: #4F4F4F. Windows color (decimal): -6287664 or 13635232. OLE color: 13635232.

HSL color Cylindrical-coordinate representation of color #A00ED0: hue angle of 285.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00ED0 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 14 208 -
CMYK 0.23 0.93 0 0.18
HSL 285.15º 0.87% 0.44% -
HSV(B) 285.15º 0.93% 0.82% -
XYZ 26.04 12.34 60.68 -
YUV 79.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 160 14 208 0.23 0.93 0 0.18 285.15 0.87 0.44
Hex A0 E D0 17 5D 0 12 11D 57 2C
Octal 240 16 320 27 135 0 22 435 127 54
Binary 10100000 1110 11010000 10111 1011101 0 10010 100011101 1010111 101100

Color Harmonies of #A00ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ED0

Black with #A00ED0

Text Example


Text Example

White with #A00ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ED0; }

 p { color: rgb(160,14,208); }

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

background-color css

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

 a { background-color: rgb(160,14,208); }

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

border-color css

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

 span { border-color: rgb(160,14,208); }

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