#AD10A7

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

Shades of Dark Magenta #AD10A7

Tints of Dark Magenta #AD10A7

Color information

#AD10A7 (or 0xAD10A7) is unknown color: approx Dark Magenta. HEX triplet: AD, 10 and A7. RGB value is (173,16,167). Sum of RGB (Red+Green+Blue) = 173+16+167=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD10A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD10A7 is #52EF58. Grayscale: #4F4F4F. Windows color (decimal): -5435225 or 10948781. OLE color: 10948781.

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

Color convert

RGB17316167-
CMYK00.910.030.32
HSL302.29º83.07%37.06%-
HSV(B)302.29º90.75%67.84%-
XYZ24.3912.0437.6-
YUV80.16177.01194.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.60%
GREEN value IS 16 (6.64% from 255) = 4.49%
BLUE value IS 167 (65.62% from 255) = 46.91%
R=48.60%
G=4.49%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731616700.910.030.32302.2983.0737.06
HexAD10A705B32012e5325
Octal25520247013334045612345
Binary10101101100001010011101011011111000001001011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD10A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD10A7; }

 p { color: rgb(173,16,167); }

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

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

 a { background-color: rgb(173,16,167); }

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

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

 span { border-color: rgb(173,16,167); }

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