Html Css Color HEX #AD0DD5 Dark Violet

📋 copy color: '#AD0DD5'

red 173 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #AD0DD5

Tints of Dark Violet #AD0DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.38%

R = 43.36%
G = 3.26%
B = 53.38%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD0DD5 (or 0xAD0DD5) is known color: Dark Violet. HEX triplet: AD, 0D and D5. RGB value is (173,13,213). Sum of RGB (Red+Green+Blue) = 173+13+213=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD0DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DD5 is #52F22A. Grayscale: #535353. Windows color (decimal): -5435947 or 13962669. OLE color: 13962669.

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

Color convert

RGB 173 13 213 -
CMYK 0.19 0.94 0 0.16
HSL 288º 0.88% 0.44% -
HSV(B) 288º 0.94% 0.84% -
XYZ 29.39 13.98 64.1 -
YUV 83.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 173 13 213 0.19 0.94 0 0.16 288 0.88 0.44
Hex AD D D5 13 5E 0 10 120 58 2C
Octal 255 15 325 23 136 0 20 440 130 54
Binary 10101101 1101 11010101 10011 1011110 0 10000 100100000 1011000 101100

Color Harmonies of #AD0DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DD5

Black with #AD0DD5

Text Example


Text Example

White with #AD0DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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