Html Css Color HEX #AD0195 Dark Magenta

📋 copy color: '#AD0195'

red 173 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #AD0195

Tints of Dark Magenta #AD0195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 53.56%
G = 0.31%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD0195 (or 0xAD0195) is known color: Dark Magenta. HEX triplet: AD, 01 and 95. RGB value is (173,1,149). Sum of RGB (Red+Green+Blue) = 173+1+149=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0195 is #52FE6A. Grayscale: #444444. Windows color (decimal): -5439083 or 9765293. OLE color: 9765293.

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

Color convert

RGB 173 1 149 -
CMYK 0 0.99 0.14 0.32
HSL 308.37º 0.99% 0.34% -
HSV(B) 308.37º 0.99% 0.68% -
XYZ 22.67 11.08 29.38 -
YUV 69.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 173 1 149 0 0.99 0.14 0.32 308.37 0.99 0.34
Hex AD 1 95 0 63 E 20 134 63 22
Octal 255 1 225 0 143 16 40 464 143 42
Binary 10101101 1 10010101 0 1100011 1110 100000 100110100 1100011 100010

Color Harmonies of #AD0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0195

Black with #AD0195

Text Example


Text Example

White with #AD0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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