Html Css Color HEX #AD0DD1 Dark Violet

📋 copy color: '#AD0DD1'

red 173 ◦ green 13 ◦ blue 209

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

Shades of Dark Violet #AD0DD1

Tints of Dark Violet #AD0DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.29%

 BLUE value IS 209 (82.03% from 255) = 52.91%

R = 43.8%
G = 3.29%
B = 52.91%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD0DD1 (or 0xAD0DD1) is known color: Dark Violet. HEX triplet: AD, 0D and D1. RGB value is (173,13,209). Sum of RGB (Red+Green+Blue) = 173+13+209=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD0DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DD1 is #52F22E. Grayscale: #525252. Windows color (decimal): -5435951 or 13700525. OLE color: 13700525.

HSL color Cylindrical-coordinate representation of color #AD0DD1: hue angle of 288.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DD1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 13 209 -
CMYK 0.17 0.94 0 0.18
HSL 288.98º 0.88% 0.44% -
HSV(B) 288.98º 0.94% 0.82% -
XYZ 28.89 13.78 61.46 -
YUV 83.18 199.01 192.06 -
System Red Green Blue C M Y K H S L
Decimal 173 13 209 0.17 0.94 0 0.18 288.98 0.88 0.44
Hex AD D D1 11 5E 0 12 121 58 2C
Octal 255 15 321 21 136 0 22 441 130 54
Binary 10101101 1101 11010001 10001 1011110 0 10010 100100001 1011000 101100

Color Harmonies of #AD0DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DD1

Black with #AD0DD1

Text Example


Text Example

White with #AD0DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DD1; }

 p { color: rgb(173,13,209); }

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

background-color css

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

 a { background-color: rgb(173,13,209); }

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

border-color css

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

 span { border-color: rgb(173,13,209); }

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