Html Css Color HEX #A010DB Dark Violet

📋 copy color: '#A010DB'

red 160 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #A010DB

Tints of Dark Violet #A010DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 40.51%
G = 4.05%
B = 55.44%

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

#A010DB (or 0xA010DB) is known color: Dark Violet. HEX triplet: A0, 10 and DB. RGB value is (160,16,219). Sum of RGB (Red+Green+Blue) = 160+16+219=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #A010DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010DB is #5FEF24. Grayscale: #515151. Windows color (decimal): -6287141 or 14356640. OLE color: 14356640.

HSL color Cylindrical-coordinate representation of color #A010DB: hue angle of 282.56º 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 #A010DB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 16 219 -
CMYK 0.27 0.93 0 0.14
HSL 282.56º 0.86% 0.46% -
HSV(B) 282.56º 0.93% 0.86% -
XYZ 27.47 12.96 68.07 -
YUV 82.2 205.21 183.49 -
System Red Green Blue C M Y K H S L
Decimal 160 16 219 0.27 0.93 0 0.14 282.56 0.86 0.46
Hex A0 10 DB 1B 5D 0 E 11B 56 2E
Octal 240 20 333 33 135 0 16 433 126 56
Binary 10100000 10000 11011011 11011 1011101 0 1110 100011011 1010110 101110

Color Harmonies of #A010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A010DB

Black with #A010DB

Text Example


Text Example

White with #A010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A010DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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