Html Css Color HEX #AD00DD Dark Violet

📋 copy color: '#AD00DD'

red 173 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #AD00DD

Tints of Dark Violet #AD00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.91%
G = 0%
B = 56.09%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD00DD (or 0xAD00DD) is known color: Dark Violet. HEX triplet: AD, 00 and DD. RGB value is (173,0,221). Sum of RGB (Red+Green+Blue) = 173+0+221=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DD is #52FF22. Grayscale: #4C4C4C. Windows color (decimal): -5439267 or 14483629. OLE color: 14483629.

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

Color convert

RGB 173 0 221 -
CMYK 0.22 1 0 0.13
HSL 286.97º 1% 0.43% -
HSV(B) 286.97º 1% 0.87% -
XYZ 30.28 14.1 69.53 -
YUV 76.92 209.31 196.53 -
System Red Green Blue C M Y K H S L
Decimal 173 0 221 0.22 1 0 0.13 286.97 1 0.43
Hex AD 0 DD 16 64 0 D 11F 64 2B
Octal 255 0 335 26 144 0 15 437 144 53
Binary 10101101 0 11011101 10110 1100100 0 1101 100011111 1100100 101011

Color Harmonies of #AD00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00DD

Black with #AD00DD

Text Example


Text Example

White with #AD00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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