Html Css Color HEX #A00DC1 Dark Violet

📋 copy color: '#A00DC1'

red 160 ◦ green 13 ◦ blue 193

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

Shades of Dark Violet #A00DC1

Tints of Dark Violet #A00DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.55%

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 43.72%
G = 3.55%
B = 52.73%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A00DC1 (or 0xA00DC1) is known color: Dark Violet. HEX triplet: A0, 0D and C1. RGB value is (160,13,193). Sum of RGB (Red+Green+Blue) = 160+13+193=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #A00DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DC1 is #5FF23E. Grayscale: #4C4C4C. Windows color (decimal): -6287935 or 12651936. OLE color: 12651936.

HSL color Cylindrical-coordinate representation of color #A00DC1: hue angle of 289º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DC1 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 13 193 -
CMYK 0.17 0.93 0 0.24
HSL 289º 0.87% 0.4% -
HSV(B) 289º 0.93% 0.76% -
XYZ 24.27 11.61 51.41 -
YUV 77.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 160 13 193 0.17 0.93 0 0.24 289 0.87 0.4
Hex A0 D C1 11 5D 0 18 121 57 28
Octal 240 15 301 21 135 0 30 441 127 50
Binary 10100000 1101 11000001 10001 1011101 0 11000 100100001 1010111 101000

Color Harmonies of #A00DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DC1

Black with #A00DC1

Text Example


Text Example

White with #A00DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DC1; }

 p { color: rgb(160,13,193); }

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

background-color css

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

 a { background-color: rgb(160,13,193); }

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

border-color css

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

 span { border-color: rgb(160,13,193); }

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