Html Css Color HEX #A010D9 Dark Violet

📋 copy color: '#A010D9'

red 160 ◦ green 16 ◦ blue 217

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

Shades of Dark Violet #A010D9

Tints of Dark Violet #A010D9

RGB

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

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

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

R = 40.71%
G = 4.07%
B = 55.22%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A010D9 (or 0xA010D9) is known color: Dark Violet. HEX triplet: A0, 10 and D9. RGB value is (160,16,217). Sum of RGB (Red+Green+Blue) = 160+16+217=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #A010D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010D9 is #5FEF26. Grayscale: #515151. Windows color (decimal): -6287143 or 14225568. OLE color: 14225568.

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

Color convert

RGB 160 16 217 -
CMYK 0.26 0.93 0 0.15
HSL 282.99º 0.86% 0.46% -
HSV(B) 282.99º 0.93% 0.85% -
XYZ 27.21 12.85 66.69 -
YUV 81.97 204.21 183.66 -
System Red Green Blue C M Y K H S L
Decimal 160 16 217 0.26 0.93 0 0.15 282.99 0.86 0.46
Hex A0 10 D9 1A 5D 0 F 11B 56 2E
Octal 240 20 331 32 135 0 17 433 126 56
Binary 10100000 10000 11011001 11010 1011101 0 1111 100011011 1010110 101110

Color Harmonies of #A010D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010D9

Black with #A010D9

Text Example


Text Example

White with #A010D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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