Html Css Color HEX #AD18DA Dark Violet

📋 copy color: '#AD18DA'

red 173 ◦ green 24 ◦ blue 218

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

Shades of Dark Violet #AD18DA

Tints of Dark Violet #AD18DA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 41.69%
G = 5.78%
B = 52.53%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD18DA (or 0xAD18DA) is known color: Dark Violet. HEX triplet: AD, 18 and DA. RGB value is (173,24,218). Sum of RGB (Red+Green+Blue) = 173+24+218=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD18DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD18DA is #52E725. Grayscale: #5A5A5A. Windows color (decimal): -5433126 or 14293165. OLE color: 14293165.

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

Color convert

RGB 173 24 218 -
CMYK 0.21 0.89 0 0.15
HSL 286.08º 0.8% 0.47% -
HSV(B) 286.08º 0.89% 0.85% -
XYZ 30.22 14.6 67.56 -
YUV 90.67 199.86 186.73 -
System Red Green Blue C M Y K H S L
Decimal 173 24 218 0.21 0.89 0 0.15 286.08 0.8 0.47
Hex AD 18 DA 15 59 0 F 11E 50 2F
Octal 255 30 332 25 131 0 17 436 120 57
Binary 10101101 11000 11011010 10101 1011001 0 1111 100011110 1010000 101111

Color Harmonies of #AD18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18DA

Black with #AD18DA

Text Example


Text Example

White with #AD18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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