Html Css Color HEX #A010D8 Dark Violet

📋 copy color: '#A010D8'

red 160 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #A010D8

Tints of Dark Violet #A010D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.1%

R = 40.82%
G = 4.08%
B = 55.1%

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

#A010D8 (or 0xA010D8) is known color: Dark Violet. HEX triplet: A0, 10 and D8. RGB value is (160,16,216). Sum of RGB (Red+Green+Blue) = 160+16+216=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #A010D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010D8 is #5FEF27. Grayscale: #515151. Windows color (decimal): -6287144 or 14160032. OLE color: 14160032.

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

Color convert

RGB 160 16 216 -
CMYK 0.26 0.93 0 0.15
HSL 283.2º 0.86% 0.45% -
HSV(B) 283.2º 0.93% 0.85% -
XYZ 27.08 12.8 66.01 -
YUV 81.86 203.71 183.74 -
System Red Green Blue C M Y K H S L
Decimal 160 16 216 0.26 0.93 0 0.15 283.2 0.86 0.45
Hex A0 10 D8 1A 5D 0 F 11B 56 2D
Octal 240 20 330 32 135 0 17 433 126 55
Binary 10100000 10000 11011000 11010 1011101 0 1111 100011011 1010110 101101

Color Harmonies of #A010D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010D8

Black with #A010D8

Text Example


Text Example

White with #A010D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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