Html Css Color HEX #AD0FA1 Dark Magenta

📋 copy color: '#AD0FA1'

red 173 ◦ green 15 ◦ blue 161

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

Shades of Dark Magenta #AD0FA1

Tints of Dark Magenta #AD0FA1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

 BLUE value IS 161 (63.28% from 255) = 46.13%

R = 49.57%
G = 4.3%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD0FA1 (or 0xAD0FA1) is known color: Dark Magenta. HEX triplet: AD, 0F and A1. RGB value is (173,15,161). Sum of RGB (Red+Green+Blue) = 173+15+161=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA1 is #52F05E. Grayscale: #4E4E4E. Windows color (decimal): -5435487 or 10555309. OLE color: 10555309.

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

Color convert

RGB 173 15 161 -
CMYK 0 0.91 0.07 0.32
HSL 304.56º 0.84% 0.37% -
HSV(B) 304.56º 0.91% 0.68% -
XYZ 23.84 11.8 34.74 -
YUV 78.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 173 15 161 0 0.91 0.07 0.32 304.56 0.84 0.37
Hex AD F A1 0 5B 7 20 131 54 25
Octal 255 17 241 0 133 7 40 461 124 45
Binary 10101101 1111 10100001 0 1011011 111 100000 100110001 1010100 100101

Color Harmonies of #AD0FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FA1

Black with #AD0FA1

Text Example


Text Example

White with #AD0FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FA1; }

 p { color: rgb(173,15,161); }

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

background-color css

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

 a { background-color: rgb(173,15,161); }

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

border-color css

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

 span { border-color: rgb(173,15,161); }

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