Html Css Color HEX #AD10D8 Dark Violet

📋 copy color: '#AD10D8'

red 173 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #AD10D8

Tints of Dark Violet #AD10D8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.95%

 BLUE value IS 216 (84.77% from 255) = 53.33%

R = 42.72%
G = 3.95%
B = 53.33%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD10D8 (or 0xAD10D8) is known color: Dark Violet. HEX triplet: AD, 10 and D8. RGB value is (173,16,216). Sum of RGB (Red+Green+Blue) = 173+16+216=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD10D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10D8 is #52EF27. Grayscale: #555555. Windows color (decimal): -5435176 or 14160045. OLE color: 14160045.

HSL color Cylindrical-coordinate representation of color #AD10D8: hue angle of 287.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10D8 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 16 216 -
CMYK 0.20 0.93 0 0.15
HSL 287.1º 0.86% 0.45% -
HSV(B) 287.1º 0.93% 0.85% -
XYZ 29.81 14.21 66.14 -
YUV 85.74 201.51 190.24 -
System Red Green Blue C M Y K H S L
Decimal 173 16 216 0.20 0.93 0 0.15 287.1 0.86 0.45
Hex AD 10 D8 14 5D 0 F 11F 56 2D
Octal 255 20 330 24 135 0 17 437 126 55
Binary 10101101 10000 11011000 10100 1011101 0 1111 100011111 1010110 101101

Color Harmonies of #AD10D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10D8

Black with #AD10D8

Text Example


Text Example

White with #AD10D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10D8; }

 p { color: rgb(173,16,216); }

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

background-color css

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

 a { background-color: rgb(173,16,216); }

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

border-color css

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

 span { border-color: rgb(173,16,216); }

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