Html Css Color HEX #AD0FDD Dark Violet

📋 copy color: '#AD0FDD'

red 173 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #AD0FDD

Tints of Dark Violet #AD0FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 42.3%
G = 3.67%
B = 54.03%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD0FDD (or 0xAD0FDD) is known color: Dark Violet. HEX triplet: AD, 0F and DD. RGB value is (173,15,221). Sum of RGB (Red+Green+Blue) = 173+15+221=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD0FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FDD is #52F022. Grayscale: #555555. Windows color (decimal): -5435427 or 14487469. OLE color: 14487469.

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

Color convert

RGB 173 15 221 -
CMYK 0.22 0.93 0 0.13
HSL 286.02º 0.87% 0.46% -
HSV(B) 286.02º 0.93% 0.87% -
XYZ 30.46 14.45 69.59 -
YUV 85.73 204.35 190.25 -
System Red Green Blue C M Y K H S L
Decimal 173 15 221 0.22 0.93 0 0.13 286.02 0.87 0.46
Hex AD F DD 16 5D 0 D 11E 57 2E
Octal 255 17 335 26 135 0 15 436 127 56
Binary 10101101 1111 11011101 10110 1011101 0 1101 100011110 1010111 101110

Color Harmonies of #AD0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FDD

Black with #AD0FDD

Text Example


Text Example

White with #AD0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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