Html Css Color HEX #AD00DA Dark Violet

📋 copy color: '#AD00DA'

red 173 ◦ green 0 ◦ blue 218

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

Shades of Dark Violet #AD00DA

Tints of Dark Violet #AD00DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 44.25%
G = 0%
B = 55.75%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD00DA (or 0xAD00DA) is known color: Dark Violet. HEX triplet: AD, 00 and DA. RGB value is (173,0,218). Sum of RGB (Red+Green+Blue) = 173+0+218=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD00DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00DA is #52FF25. Grayscale: #4B4B4B. Windows color (decimal): -5439270 or 14287021. OLE color: 14287021.

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

Color convert

RGB 173 0 218 -
CMYK 0.21 1 0 0.15
HSL 287.61º 1% 0.43% -
HSV(B) 287.61º 1% 0.85% -
XYZ 29.89 13.95 67.45 -
YUV 76.58 207.81 196.77 -
System Red Green Blue C M Y K H S L
Decimal 173 0 218 0.21 1 0 0.15 287.61 1 0.43
Hex AD 0 DA 15 64 0 F 120 64 2B
Octal 255 0 332 25 144 0 17 440 144 53
Binary 10101101 0 11011010 10101 1100100 0 1111 100100000 1100100 101011

Color Harmonies of #AD00DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00DA

Black with #AD00DA

Text Example


Text Example

White with #AD00DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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