Html Css Color HEX #A811DB Dark Violet

📋 copy color: '#A811DB'

red 168 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #A811DB

Tints of Dark Violet #A811DB

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

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

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

R = 41.58%
G = 4.21%
B = 54.21%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A811DB (or 0xA811DB) is known color: Dark Violet. HEX triplet: A8, 11 and DB. RGB value is (168,17,219). Sum of RGB (Red+Green+Blue) = 168+17+219=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #A811DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811DB is #57EE24. Grayscale: #545454. Windows color (decimal): -5762597 or 14356904. OLE color: 14356904.

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

Color convert

RGB 168 17 219 -
CMYK 0.23 0.92 0 0.14
HSL 284.85º 0.86% 0.46% -
HSV(B) 284.85º 0.92% 0.86% -
XYZ 29.14 13.84 68.15 -
YUV 85.18 203.53 187.07 -
System Red Green Blue C M Y K H S L
Decimal 168 17 219 0.23 0.92 0 0.14 284.85 0.86 0.46
Hex A8 11 DB 17 5C 0 E 11D 56 2E
Octal 250 21 333 27 134 0 16 435 126 56
Binary 10101000 10001 11011011 10111 1011100 0 1110 100011101 1010110 101110

Color Harmonies of #A811DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811DB

Black with #A811DB

Text Example


Text Example

White with #A811DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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