Html Css Color HEX #AD00D4 Dark Violet

📋 copy color: '#AD00D4'

red 173 ◦ green 0 ◦ blue 212

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

Shades of Dark Violet #AD00D4

Tints of Dark Violet #AD00D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 55.06%

R = 44.94%
G = 0%
B = 55.06%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD00D4 (or 0xAD00D4) is known color: Dark Violet. HEX triplet: AD, 00 and D4. RGB value is (173,0,212). Sum of RGB (Red+Green+Blue) = 173+0+212=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD00D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00D4 is #52FF2B. Grayscale: #4B4B4B. Windows color (decimal): -5439276 or 13893805. OLE color: 13893805.

HSL color Cylindrical-coordinate representation of color #AD00D4: hue angle of 288.96º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00D4 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 0 212 -
CMYK 0.18 1 0 0.17
HSL 288.96º 1% 0.42% -
HSV(B) 288.96º 1% 0.83% -
XYZ 29.12 13.64 63.39 -
YUV 75.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 173 0 212 0.18 1 0 0.17 288.96 1 0.42
Hex AD 0 D4 12 64 0 11 121 64 2A
Octal 255 0 324 22 144 0 21 441 144 52
Binary 10101101 0 11010100 10010 1100100 0 10001 100100001 1100100 101010

Color Harmonies of #AD00D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00D4

Black with #AD00D4

Text Example


Text Example

White with #AD00D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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