Html Css Color HEX #A811DC Dark Violet

📋 copy color: '#A811DC'

red 168 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #A811DC

Tints of Dark Violet #A811DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 41.48%
G = 4.2%
B = 54.32%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A811DC (or 0xA811DC) is known color: Dark Violet. HEX triplet: A8, 11 and DC. RGB value is (168,17,220). Sum of RGB (Red+Green+Blue) = 168+17+220=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #A811DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811DC is #57EE23. Grayscale: #545454. Windows color (decimal): -5762596 or 14422440. OLE color: 14422440.

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

Color convert

RGB 168 17 220 -
CMYK 0.24 0.92 0 0.14
HSL 284.63º 0.86% 0.46% -
HSV(B) 284.63º 0.92% 0.86% -
XYZ 29.27 13.89 68.85 -
YUV 85.29 204.03 186.99 -
System Red Green Blue C M Y K H S L
Decimal 168 17 220 0.24 0.92 0 0.14 284.63 0.86 0.46
Hex A8 11 DC 18 5C 0 E 11D 56 2E
Octal 250 21 334 30 134 0 16 435 126 56
Binary 10101000 10001 11011100 11000 1011100 0 1110 100011101 1010110 101110

Color Harmonies of #A811DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A811DC

Black with #A811DC

Text Example


Text Example

White with #A811DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A811DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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