#AD0FA3

Color #AD0FA3 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AD0FA3

Tints of Dark Magenta #AD0FA3

Color information

#AD0FA3 (or 0xAD0FA3) is unknown color: approx Dark Magenta. HEX triplet: AD, 0F and A3. RGB value is (173,15,163). Sum of RGB (Red+Green+Blue) = 173+15+163=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0FA3 is #52F05C. Grayscale: #4E4E4E. Windows color (decimal): -5435485 or 10686381. OLE color: 10686381.

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

Color convert

RGB17315163-
CMYK00.910.060.32
HSL303.8º84.04%36.86%-
HSV(B)303.8º91.33%67.84%-
XYZ24.0211.8735.68-
YUV79.11175.35194.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 15 (6.25% from 255) = 4.27%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=49.29%
G=4.27%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731516300.910.060.32303.884.0436.86
HexADFA305B6201305425
Octal25517243013364046012445
Binary10101101111110100011010110111101000001001100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0FA3; }

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

 H1.HeaderClassName
 {
   color: #AD0FA3;
 }
 .AnyTagClassName
 {
   color: #AD0FA3;
 }
</style>
background-color css

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

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

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

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

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

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