Html Css Color HEX #A010DC Dark Violet

📋 copy color: '#A010DC'

red 160 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #A010DC

Tints of Dark Violet #A010DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 40.4%
G = 4.04%
B = 55.56%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A010DC (or 0xA010DC) is known color: Dark Violet. HEX triplet: A0, 10 and DC. RGB value is (160,16,220). Sum of RGB (Red+Green+Blue) = 160+16+220=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #A010DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010DC is #5FEF23. Grayscale: #515151. Windows color (decimal): -6287140 or 14422176. OLE color: 14422176.

HSL color Cylindrical-coordinate representation of color #A010DC: hue angle of 282.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010DC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 16 220 -
CMYK 0.27 0.93 0 0.14
HSL 282.35º 0.86% 0.46% -
HSV(B) 282.35º 0.93% 0.86% -
XYZ 27.6 13.01 68.77 -
YUV 82.31 205.71 183.41 -
System Red Green Blue C M Y K H S L
Decimal 160 16 220 0.27 0.93 0 0.14 282.35 0.86 0.46
Hex A0 10 DC 1B 5D 0 E 11A 56 2E
Octal 240 20 334 33 135 0 16 432 126 56
Binary 10100000 10000 11011100 11011 1011101 0 1110 100011010 1010110 101110

Color Harmonies of #A010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010DC

Black with #A010DC

Text Example


Text Example

White with #A010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010DC; }

 p { color: rgb(160,16,220); }

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

background-color css

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

 a { background-color: rgb(160,16,220); }

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

border-color css

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

 span { border-color: rgb(160,16,220); }

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