Html Css Color HEX #AD08A3 Dark Magenta

📋 copy color: '#AD08A3'

red 173 ◦ green 8 ◦ blue 163

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

Shades of Dark Magenta #AD08A3

Tints of Dark Magenta #AD08A3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

 BLUE value IS 163 (64.06% from 255) = 47.38%

R = 50.29%
G = 2.33%
B = 47.38%

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

#AD08A3 (or 0xAD08A3) is known color: Dark Magenta. HEX triplet: AD, 08 and A3. RGB value is (173,8,163). Sum of RGB (Red+Green+Blue) = 173+8+163=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD08A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD08A3 is #52F75C. Grayscale: #4A4A4A. Windows color (decimal): -5437277 or 10684589. OLE color: 10684589.

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

Color convert

RGB 173 8 163 -
CMYK 0 0.95 0.06 0.32
HSL 303.64º 0.91% 0.35% -
HSV(B) 303.64º 0.95% 0.68% -
XYZ 23.93 11.7 35.65 -
YUV 75.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 173 8 163 0 0.95 0.06 0.32 303.64 0.91 0.35
Hex AD 8 A3 0 5F 6 20 130 5B 23
Octal 255 10 243 0 137 6 40 460 133 43
Binary 10101101 1000 10100011 0 1011111 110 100000 100110000 1011011 100011

Color Harmonies of #AD08A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08A3

Black with #AD08A3

Text Example


Text Example

White with #AD08A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08A3; }

 p { color: rgb(173,8,163); }

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

background-color css

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

 a { background-color: rgb(173,8,163); }

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

border-color css

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

 span { border-color: rgb(173,8,163); }

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