Html Css Color HEX #A00DC0 Dark Violet

📋 copy color: '#A00DC0'

red 160 ◦ green 13 ◦ blue 192

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

Shades of Dark Violet #A00DC0

Tints of Dark Violet #A00DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.6%

R = 43.84%
G = 3.56%
B = 52.6%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A00DC0 (or 0xA00DC0) is known color: Dark Violet. HEX triplet: A0, 0D and C0. RGB value is (160,13,192). Sum of RGB (Red+Green+Blue) = 160+13+192=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #A00DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DC0 is #5FF23F. Grayscale: #4C4C4C. Windows color (decimal): -6287936 or 12586400. OLE color: 12586400.

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

Color convert

RGB 160 13 192 -
CMYK 0.17 0.93 0 0.25
HSL 289.27º 0.87% 0.4% -
HSV(B) 289.27º 0.93% 0.75% -
XYZ 24.16 11.57 50.83 -
YUV 77.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 160 13 192 0.17 0.93 0 0.25 289.27 0.87 0.4
Hex A0 D C0 11 5D 0 19 121 57 28
Octal 240 15 300 21 135 0 31 441 127 50
Binary 10100000 1101 11000000 10001 1011101 0 11001 100100001 1010111 101000

Color Harmonies of #A00DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00DC0

Black with #A00DC0

Text Example


Text Example

White with #A00DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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