Html Css Color HEX #AD10A1 Dark Magenta

📋 copy color: '#AD10A1'

red 173 ◦ green 16 ◦ blue 161

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

Shades of Dark Magenta #AD10A1

Tints of Dark Magenta #AD10A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46%

R = 49.43%
G = 4.57%
B = 46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD10A1 (or 0xAD10A1) is known color: Dark Magenta. HEX triplet: AD, 10 and A1. RGB value is (173,16,161). Sum of RGB (Red+Green+Blue) = 173+16+161=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10A1 is #52EF5E. Grayscale: #4F4F4F. Windows color (decimal): -5435231 or 10555565. OLE color: 10555565.

HSL color Cylindrical-coordinate representation of color #AD10A1: hue angle of 304.59º 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 #AD10A1 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 161 -
CMYK 0 0.91 0.07 0.32
HSL 304.59º 0.83% 0.37% -
HSV(B) 304.59º 0.91% 0.68% -
XYZ 23.85 11.83 34.74 -
YUV 79.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 173 16 161 0 0.91 0.07 0.32 304.59 0.83 0.37
Hex AD 10 A1 0 5B 7 20 131 53 25
Octal 255 20 241 0 133 7 40 461 123 45
Binary 10101101 10000 10100001 0 1011011 111 100000 100110001 1010011 100101

Color Harmonies of #AD10A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10A1

Black with #AD10A1

Text Example


Text Example

White with #AD10A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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