Html Css Color HEX #AD0190 Dark Magenta

📋 copy color: '#AD0190'

red 173 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #AD0190

Tints of Dark Magenta #AD0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 54.4%
G = 0.31%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD0190 (or 0xAD0190) is known color: Dark Magenta. HEX triplet: AD, 01 and 90. RGB value is (173,1,144). Sum of RGB (Red+Green+Blue) = 173+1+144=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0190 is #52FE6F. Grayscale: #444444. Windows color (decimal): -5439088 or 9437613. OLE color: 9437613.

HSL color Cylindrical-coordinate representation of color #AD0190: hue angle of 310.12º degrees, saturation: 0.99, 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 #AD0190 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 144 -
CMYK 0 0.99 0.17 0.32
HSL 310.12º 0.99% 0.34% -
HSV(B) 310.12º 0.99% 0.68% -
XYZ 22.28 10.92 27.32 -
YUV 68.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 173 1 144 0 0.99 0.17 0.32 310.12 0.99 0.34
Hex AD 1 90 0 63 11 20 136 63 22
Octal 255 1 220 0 143 21 40 466 143 42
Binary 10101101 1 10010000 0 1100011 10001 100000 100110110 1100011 100010

Color Harmonies of #AD0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0190

Black with #AD0190

Text Example


Text Example

White with #AD0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0190; }

 p { color: rgb(173,1,144); }

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

background-color css

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

 a { background-color: rgb(173,1,144); }

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

border-color css

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

 span { border-color: rgb(173,1,144); }

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