Html Css Color HEX #AD05DA Dark Violet

📋 copy color: '#AD05DA'

red 173 ◦ green 5 ◦ blue 218

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

Shades of Dark Violet #AD05DA

Tints of Dark Violet #AD05DA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 43.69%
G = 1.26%
B = 55.05%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD05DA (or 0xAD05DA) is known color: Dark Violet. HEX triplet: AD, 05 and DA. RGB value is (173,5,218). Sum of RGB (Red+Green+Blue) = 173+5+218=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD05DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05DA is #52FA25. Grayscale: #4E4E4E. Windows color (decimal): -5437990 or 14288301. OLE color: 14288301.

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

Color convert

RGB 173 5 218 -
CMYK 0.21 0.98 0 0.15
HSL 287.32º 0.96% 0.44% -
HSV(B) 287.32º 0.98% 0.85% -
XYZ 29.94 14.05 67.46 -
YUV 79.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 173 5 218 0.21 0.98 0 0.15 287.32 0.96 0.44
Hex AD 5 DA 15 62 0 F 11F 60 2C
Octal 255 5 332 25 142 0 17 437 140 54
Binary 10101101 101 11011010 10101 1100010 0 1111 100011111 1100000 101100

Color Harmonies of #AD05DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05DA

Black with #AD05DA

Text Example


Text Example

White with #AD05DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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