Html Css Color HEX #AD0DC8 Dark Violet

📋 copy color: '#AD0DC8'

red 173 ◦ green 13 ◦ blue 200

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

Shades of Dark Violet #AD0DC8

Tints of Dark Violet #AD0DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.81%

R = 44.82%
G = 3.37%
B = 51.81%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD0DC8 (or 0xAD0DC8) is known color: Dark Violet. HEX triplet: AD, 0D and C8. RGB value is (173,13,200). Sum of RGB (Red+Green+Blue) = 173+13+200=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD0DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DC8 is #52F237. Grayscale: #515151. Windows color (decimal): -5435960 or 13110701. OLE color: 13110701.

HSL color Cylindrical-coordinate representation of color #AD0DC8: hue angle of 291.34º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DC8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 13 200 -
CMYK 0.14 0.94 0 0.22
HSL 291.34º 0.88% 0.42% -
HSV(B) 291.34º 0.94% 0.78% -
XYZ 27.8 13.34 55.75 -
YUV 82.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 173 13 200 0.14 0.94 0 0.22 291.34 0.88 0.42
Hex AD D C8 E 5E 0 16 123 58 2A
Octal 255 15 310 16 136 0 26 443 130 52
Binary 10101101 1101 11001000 1110 1011110 0 10110 100100011 1011000 101010

Color Harmonies of #AD0DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DC8

Black with #AD0DC8

Text Example


Text Example

White with #AD0DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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