Html Css Color HEX #A011DB Dark Violet

📋 copy color: '#A011DB'

red 160 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A011DB

Tints of Dark Violet #A011DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.29%

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

R = 40.4%
G = 4.29%
B = 55.3%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A011DB (or 0xA011DB) is known color: Dark Violet. HEX triplet: A0, 11 and DB. RGB value is (160,17,219). Sum of RGB (Red+Green+Blue) = 160+17+219=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #A011DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A011DB is #5FEE24. Grayscale: #525252. Windows color (decimal): -6286885 or 14356896. OLE color: 14356896.

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

Color convert

RGB 160 17 219 -
CMYK 0.27 0.92 0 0.14
HSL 282.48º 0.86% 0.46% -
HSV(B) 282.48º 0.92% 0.86% -
XYZ 27.48 12.99 68.08 -
YUV 82.79 204.88 183.07 -
System Red Green Blue C M Y K H S L
Decimal 160 17 219 0.27 0.92 0 0.14 282.48 0.86 0.46
Hex A0 11 DB 1B 5C 0 E 11A 56 2E
Octal 240 21 333 33 134 0 16 432 126 56
Binary 10100000 10001 11011011 11011 1011100 0 1110 100011010 1010110 101110

Color Harmonies of #A011DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A011DB

Black with #A011DB

Text Example


Text Example

White with #A011DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A011DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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