#AD2875

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

Shades of Medium Red Violet #AD2875

Tints of Medium Red Violet #AD2875

Color information

#AD2875 (or 0xAD2875) is unknown color: approx Medium Red Violet. HEX triplet: AD, 28 and 75. RGB value is (173,40,117). Sum of RGB (Red+Green+Blue) = 173+40+117=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2875 is #52D78A. Grayscale: #585858. Windows color (decimal): -5429131 or 7678125. OLE color: 7678125.

HSL color Cylindrical-coordinate representation of color #AD2875: hue angle of 325.26º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2875 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB17340117-
CMYK00.770.320.32
HSL325.26º62.44%41.76%-
HSV(B)325.26º76.88%67.84%-
XYZ21.211.6917.97-
YUV88.54144.06188.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.42%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=52.42%
G=12.12%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734011700.770.320.32325.2662.4441.76
HexAD287504D20201453e2a
Octal25550165011540405057652
Binary10101101101000111010101001101100000100000101000101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2875; }

 p { color: rgb(173,40,117); }

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

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

 a { background-color: rgb(173,40,117); }

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

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

 span { border-color: rgb(173,40,117); }

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