Html Css Color HEX #AD0DCD Dark Violet

📋 copy color: '#AD0DCD'

red 173 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #AD0DCD

Tints of Dark Violet #AD0DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 44.25%
G = 3.32%
B = 52.43%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD0DCD (or 0xAD0DCD) is known color: Dark Violet. HEX triplet: AD, 0D and CD. RGB value is (173,13,205). Sum of RGB (Red+Green+Blue) = 173+13+205=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DCD is #52F232. Grayscale: #525252. Windows color (decimal): -5435955 or 13438381. OLE color: 13438381.

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

Color convert

RGB 173 13 205 -
CMYK 0.16 0.94 0 0.20
HSL 290º 0.88% 0.43% -
HSV(B) 290º 0.94% 0.8% -
XYZ 28.4 13.58 58.88 -
YUV 82.73 197.01 192.39 -
System Red Green Blue C M Y K H S L
Decimal 173 13 205 0.16 0.94 0 0.20 290 0.88 0.43
Hex AD D CD 10 5E 0 14 122 58 2B
Octal 255 15 315 20 136 0 24 442 130 53
Binary 10101101 1101 11001101 10000 1011110 0 10100 100100010 1011000 101011

Color Harmonies of #AD0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DCD

Black with #AD0DCD

Text Example


Text Example

White with #AD0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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