Html Css Color HEX #AD02A8 Dark Magenta

📋 copy color: '#AD02A8'

red 173 ◦ green 2 ◦ blue 168

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

Shades of Dark Magenta #AD02A8

Tints of Dark Magenta #AD02A8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 168 (66.02% from 255) = 48.98%

R = 50.44%
G = 0.58%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD02A8 (or 0xAD02A8) is known color: Dark Magenta. HEX triplet: AD, 02 and A8. RGB value is (173,2,168). Sum of RGB (Red+Green+Blue) = 173+2+168=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD02A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD02A8 is #52FD57. Grayscale: #474747. Windows color (decimal): -5438808 or 11010733. OLE color: 11010733.

HSL color Cylindrical-coordinate representation of color #AD02A8: hue angle of 301.75º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD02A8 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 168 -
CMYK 0 0.99 0.03 0.32
HSL 301.75º 0.98% 0.34% -
HSV(B) 301.75º 0.99% 0.68% -
XYZ 24.32 11.75 38.03 -
YUV 72.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 173 2 168 0 0.99 0.03 0.32 301.75 0.98 0.34
Hex AD 2 A8 0 63 3 20 12E 62 22
Octal 255 2 250 0 143 3 40 456 142 42
Binary 10101101 10 10101000 0 1100011 11 100000 100101110 1100010 100010

Color Harmonies of #AD02A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02A8

Black with #AD02A8

Text Example


Text Example

White with #AD02A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02A8; }

 p { color: rgb(173,2,168); }

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

background-color css

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

 a { background-color: rgb(173,2,168); }

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

border-color css

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

 span { border-color: rgb(173,2,168); }

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