Html Css Color HEX #AD11CE Dark Violet

📋 copy color: '#AD11CE'

red 173 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #AD11CE

Tints of Dark Violet #AD11CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 43.69%
G = 4.29%
B = 52.02%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD11CE (or 0xAD11CE) is known color: Dark Violet. HEX triplet: AD, 11 and CE. RGB value is (173,17,206). Sum of RGB (Red+Green+Blue) = 173+17+206=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11CE is #52EE31. Grayscale: #545454. Windows color (decimal): -5434930 or 13504941. OLE color: 13504941.

HSL color Cylindrical-coordinate representation of color #AD11CE: hue angle of 289.52º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD11CE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 17 206 -
CMYK 0.16 0.92 0 0.19
HSL 289.52º 0.85% 0.44% -
HSV(B) 289.52º 0.92% 0.81% -
XYZ 28.57 13.74 59.54 -
YUV 85.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 173 17 206 0.16 0.92 0 0.19 289.52 0.85 0.44
Hex AD 11 CE 10 5C 0 13 122 55 2C
Octal 255 21 316 20 134 0 23 442 125 54
Binary 10101101 10001 11001110 10000 1011100 0 10011 100100010 1010101 101100

Color Harmonies of #AD11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11CE

Black with #AD11CE

Text Example


Text Example

White with #AD11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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