Html Css Color HEX #AD0FCD Dark Violet

📋 copy color: '#AD0FCD'

red 173 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #AD0FCD

Tints of Dark Violet #AD0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.82%

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

R = 44.02%
G = 3.82%
B = 52.16%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD0FCD (or 0xAD0FCD) is known color: Dark Violet. HEX triplet: AD, 0F and CD. RGB value is (173,15,205). Sum of RGB (Red+Green+Blue) = 173+15+205=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD0FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FCD is #52F032. Grayscale: #535353. Windows color (decimal): -5435443 or 13438893. OLE color: 13438893.

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

Color convert

RGB 173 15 205 -
CMYK 0.16 0.93 0 0.20
HSL 289.89º 0.86% 0.43% -
HSV(B) 289.89º 0.93% 0.8% -
XYZ 28.42 13.63 58.89 -
YUV 83.9 196.35 191.55 -
System Red Green Blue C M Y K H S L
Decimal 173 15 205 0.16 0.93 0 0.20 289.89 0.86 0.43
Hex AD F CD 10 5D 0 14 122 56 2B
Octal 255 17 315 20 135 0 24 442 126 53
Binary 10101101 1111 11001101 10000 1011101 0 10100 100100010 1010110 101011

Color Harmonies of #AD0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FCD

Black with #AD0FCD

Text Example


Text Example

White with #AD0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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