Html Css Color HEX #AD10A6 Dark Magenta

📋 copy color: '#AD10A6'

red 173 ◦ green 16 ◦ blue 166

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

Shades of Dark Magenta #AD10A6

Tints of Dark Magenta #AD10A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.76%

R = 48.73%
G = 4.51%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD10A6 (or 0xAD10A6) is known color: Dark Magenta. HEX triplet: AD, 10 and A6. RGB value is (173,16,166). Sum of RGB (Red+Green+Blue) = 173+16+166=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10A6 is #52EF59. Grayscale: #4F4F4F. Windows color (decimal): -5435226 or 10883245. OLE color: 10883245.

HSL color Cylindrical-coordinate representation of color #AD10A6: hue angle of 302.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD10A6 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 166 -
CMYK 0 0.91 0.04 0.32
HSL 302.68º 0.83% 0.37% -
HSV(B) 302.68º 0.91% 0.68% -
XYZ 24.3 12.01 37.11 -
YUV 80.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 173 16 166 0 0.91 0.04 0.32 302.68 0.83 0.37
Hex AD 10 A6 0 5B 4 20 12F 53 25
Octal 255 20 246 0 133 4 40 457 123 45
Binary 10101101 10000 10100110 0 1011011 100 100000 100101111 1010011 100101

Color Harmonies of #AD10A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10A6

Black with #AD10A6

Text Example


Text Example

White with #AD10A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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