Html Css Color HEX #AD10A2 Dark Magenta

📋 copy color: '#AD10A2'

red 173 ◦ green 16 ◦ blue 162

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

Shades of Dark Magenta #AD10A2

Tints of Dark Magenta #AD10A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.15%

R = 49.29%
G = 4.56%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD10A2 (or 0xAD10A2) is known color: Dark Magenta. HEX triplet: AD, 10 and A2. RGB value is (173,16,162). Sum of RGB (Red+Green+Blue) = 173+16+162=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10A2 is #52EF5D. Grayscale: #4F4F4F. Windows color (decimal): -5435230 or 10621101. OLE color: 10621101.

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

Color convert

RGB 173 16 162 -
CMYK 0 0.91 0.06 0.32
HSL 304.2º 0.83% 0.37% -
HSV(B) 304.2º 0.91% 0.68% -
XYZ 23.94 11.86 35.21 -
YUV 79.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 173 16 162 0 0.91 0.06 0.32 304.2 0.83 0.37
Hex AD 10 A2 0 5B 6 20 130 53 25
Octal 255 20 242 0 133 6 40 460 123 45
Binary 10101101 10000 10100010 0 1011011 110 100000 100110000 1010011 100101

Color Harmonies of #AD10A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10A2

Black with #AD10A2

Text Example


Text Example

White with #AD10A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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