Html Css Color HEX #AD0395 Dark Magenta

📋 copy color: '#AD0395'

red 173 ◦ green 3 ◦ blue 149

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

Shades of Dark Magenta #AD0395

Tints of Dark Magenta #AD0395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 53.23%
G = 0.92%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD0395 (or 0xAD0395) is known color: Dark Magenta. HEX triplet: AD, 03 and 95. RGB value is (173,3,149). Sum of RGB (Red+Green+Blue) = 173+3+149=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0395 is #52FC6A. Grayscale: #464646. Windows color (decimal): -5438571 or 9765805. OLE color: 9765805.

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

Color convert

RGB 173 3 149 -
CMYK 0 0.98 0.14 0.32
HSL 308.47º 0.97% 0.35% -
HSV(B) 308.47º 0.98% 0.68% -
XYZ 22.69 11.12 29.38 -
YUV 70.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 173 3 149 0 0.98 0.14 0.32 308.47 0.97 0.35
Hex AD 3 95 0 62 E 20 134 61 23
Octal 255 3 225 0 142 16 40 464 141 43
Binary 10101101 11 10010101 0 1100010 1110 100000 100110100 1100001 100011

Color Harmonies of #AD0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0395

Black with #AD0395

Text Example


Text Example

White with #AD0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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