Html Css Color HEX #AD0DDA Dark Violet

📋 copy color: '#AD0DDA'

red 173 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #AD0DDA

Tints of Dark Violet #AD0DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 42.82%
G = 3.22%
B = 53.96%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD0DDA (or 0xAD0DDA) is known color: Dark Violet. HEX triplet: AD, 0D and DA. RGB value is (173,13,218). Sum of RGB (Red+Green+Blue) = 173+13+218=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DDA is #52F225. Grayscale: #535353. Windows color (decimal): -5435942 or 14290349. OLE color: 14290349.

HSL color Cylindrical-coordinate representation of color #AD0DDA: hue angle of 286.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DDA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 13 218 -
CMYK 0.21 0.94 0 0.15
HSL 286.83º 0.89% 0.45% -
HSV(B) 286.83º 0.94% 0.85% -
XYZ 30.03 14.23 67.49 -
YUV 84.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 173 13 218 0.21 0.94 0 0.15 286.83 0.89 0.45
Hex AD D DA 15 5E 0 F 11F 59 2D
Octal 255 15 332 25 136 0 17 437 131 55
Binary 10101101 1101 11011010 10101 1011110 0 1111 100011111 1011001 101101

Color Harmonies of #AD0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DDA

Black with #AD0DDA

Text Example


Text Example

White with #AD0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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