Html Css Color HEX #AD0DDF Dark Violet

📋 copy color: '#AD0DDF'

red 173 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #AD0DDF

Tints of Dark Violet #AD0DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 42.3%
G = 3.18%
B = 54.52%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD0DDF (or 0xAD0DDF) is known color: Dark Violet. HEX triplet: AD, 0D and DF. RGB value is (173,13,223). Sum of RGB (Red+Green+Blue) = 173+13+223=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DDF is #52F220. Grayscale: #545454. Windows color (decimal): -5435937 or 14618029. OLE color: 14618029.

HSL color Cylindrical-coordinate representation of color #AD0DDF: hue angle of 285.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DDF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 13 223 -
CMYK 0.22 0.94 0 0.13
HSL 285.71º 0.89% 0.46% -
HSV(B) 285.71º 0.94% 0.87% -
XYZ 30.7 14.5 70.99 -
YUV 84.78 206.01 190.92 -
System Red Green Blue C M Y K H S L
Decimal 173 13 223 0.22 0.94 0 0.13 285.71 0.89 0.46
Hex AD D DF 16 5E 0 D 11E 59 2E
Octal 255 15 337 26 136 0 15 436 131 56
Binary 10101101 1101 11011111 10110 1011110 0 1101 100011110 1011001 101110

Color Harmonies of #AD0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DDF

Black with #AD0DDF

Text Example


Text Example

White with #AD0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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