#AD0A8F

Color #AD0A8F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AD0A8F

Tints of Medium Violet Red #AD0A8F

Color information

#AD0A8F (or 0xAD0A8F) is unknown color: approx Medium Violet Red. HEX triplet: AD, 0A and 8F. RGB value is (173,10,143). Sum of RGB (Red+Green+Blue) = 173+10+143=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A8F is #52F570. Grayscale: #494949. Windows color (decimal): -5436785 or 9374381. OLE color: 9374381.

HSL color Cylindrical-coordinate representation of color #AD0A8F: hue angle of 311.04º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A8F is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17310143-
CMYK00.940.170.32
HSL311.04º89.07%35.88%-
HSV(B)311.04º94.22%67.84%-
XYZ22.311.0826.95-
YUV73.9167198.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 10 (4.30% from 255) = 3.07%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=53.07%
G=3.07%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731014300.940.170.32311.0489.0735.88
HexADA8F05E11201375924
Octal255122170136214046713144
Binary1010110110101000111101011110100011000001001101111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A8F; }

 p { color: rgb(173,10,143); }

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

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

 a { background-color: rgb(173,10,143); }

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

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

 span { border-color: rgb(173,10,143); }

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