Html Css Color HEX #AD11C6 Dark Violet

📋 copy color: '#AD11C6'

red 173 ◦ green 17 ◦ blue 198

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

Shades of Dark Violet #AD11C6

Tints of Dark Violet #AD11C6

RGB

 RED value IS 173 (67.97% from 255) = 44.59%

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

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 44.59%
G = 4.38%
B = 51.03%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD11C6 (or 0xAD11C6) is known color: Dark Violet. HEX triplet: AD, 11 and C6. RGB value is (173,17,198). Sum of RGB (Red+Green+Blue) = 173+17+198=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD11C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11C6 is #52EE39. Grayscale: #535353. Windows color (decimal): -5434938 or 12980653. OLE color: 12980653.

HSL color Cylindrical-coordinate representation of color #AD11C6: hue angle of 291.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD11C6 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 17 198 -
CMYK 0.13 0.91 0 0.22
HSL 291.71º 0.84% 0.42% -
HSV(B) 291.71º 0.91% 0.78% -
XYZ 27.63 13.36 54.55 -
YUV 84.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 173 17 198 0.13 0.91 0 0.22 291.71 0.84 0.42
Hex AD 11 C6 D 5B 0 16 124 54 2A
Octal 255 21 306 15 133 0 26 444 124 52
Binary 10101101 10001 11000110 1101 1011011 0 10110 100100100 1010100 101010

Color Harmonies of #AD11C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11C6

Black with #AD11C6

Text Example


Text Example

White with #AD11C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11C6; }

 p { color: rgb(173,17,198); }

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

background-color css

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

 a { background-color: rgb(173,17,198); }

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

border-color css

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

 span { border-color: rgb(173,17,198); }

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