Html Css Color HEX #AD0DCF Dark Violet

📋 copy color: '#AD0DCF'

red 173 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #AD0DCF

Tints of Dark Violet #AD0DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 44.02%
G = 3.31%
B = 52.67%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD0DCF (or 0xAD0DCF) is known color: Dark Violet. HEX triplet: AD, 0D and CF. RGB value is (173,13,207). Sum of RGB (Red+Green+Blue) = 173+13+207=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD0DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DCF is #52F230. Grayscale: #525252. Windows color (decimal): -5435953 or 13569453. OLE color: 13569453.

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

Color convert

RGB 173 13 207 -
CMYK 0.16 0.94 0 0.19
HSL 289.48º 0.88% 0.43% -
HSV(B) 289.48º 0.94% 0.81% -
XYZ 28.64 13.68 60.16 -
YUV 82.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 173 13 207 0.16 0.94 0 0.19 289.48 0.88 0.43
Hex AD D CF 10 5E 0 13 121 58 2B
Octal 255 15 317 20 136 0 23 441 130 53
Binary 10101101 1101 11001111 10000 1011110 0 10011 100100001 1011000 101011

Color Harmonies of #AD0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DCF

Black with #AD0DCF

Text Example


Text Example

White with #AD0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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