Html Css Color HEX #A00ED9 Dark Violet

📋 copy color: '#A00ED9'

red 160 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #A00ED9

Tints of Dark Violet #A00ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 55.5%

R = 40.92%
G = 3.58%
B = 55.5%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A00ED9 (or 0xA00ED9) is known color: Dark Violet. HEX triplet: A0, 0E and D9. RGB value is (160,14,217). Sum of RGB (Red+Green+Blue) = 160+14+217=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 217 (85.16% from 255 or 55.50% from 391); Max value from RGB is 217 - color contains mainly: blue. Hex color #A00ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ED9 is #5FF126. Grayscale: #505050. Windows color (decimal): -6287655 or 14225056. OLE color: 14225056.

HSL color Cylindrical-coordinate representation of color #A00ED9: hue angle of 283.15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00ED9 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 14 217 -
CMYK 0.26 0.94 0 0.15
HSL 283.15º 0.88% 0.45% -
HSV(B) 283.15º 0.94% 0.85% -
XYZ 27.18 12.8 66.68 -
YUV 80.8 204.87 184.49 -
System Red Green Blue C M Y K H S L
Decimal 160 14 217 0.26 0.94 0 0.15 283.15 0.88 0.45
Hex A0 E D9 1A 5E 0 F 11B 58 2D
Octal 240 16 331 32 136 0 17 433 130 55
Binary 10100000 1110 11011001 11010 1011110 0 1111 100011011 1011000 101101

Color Harmonies of #A00ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00ED9

Black with #A00ED9

Text Example


Text Example

White with #A00ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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