Html Css Color HEX #AD09A2 Dark Magenta

📋 copy color: '#AD09A2'

red 173 ◦ green 9 ◦ blue 162

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

Shades of Dark Magenta #AD09A2

Tints of Dark Magenta #AD09A2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 50.29%
G = 2.62%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD09A2 (or 0xAD09A2) is known color: Dark Magenta. HEX triplet: AD, 09 and A2. RGB value is (173,9,162). Sum of RGB (Red+Green+Blue) = 173+9+162=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09A2 is #52F65D. Grayscale: #4B4B4B. Windows color (decimal): -5437022 or 10619309. OLE color: 10619309.

HSL color Cylindrical-coordinate representation of color #AD09A2: hue angle of 304.02º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD09A2 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 162 -
CMYK 0 0.95 0.06 0.32
HSL 304.02º 0.9% 0.36% -
HSV(B) 304.02º 0.95% 0.68% -
XYZ 23.85 11.69 35.18 -
YUV 75.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 173 9 162 0 0.95 0.06 0.32 304.02 0.9 0.36
Hex AD 9 A2 0 5F 6 20 130 5A 24
Octal 255 11 242 0 137 6 40 460 132 44
Binary 10101101 1001 10100010 0 1011111 110 100000 100110000 1011010 100100

Color Harmonies of #AD09A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09A2

Black with #AD09A2

Text Example


Text Example

White with #AD09A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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