#AD2B7F

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

Shades of Medium Red Violet #AD2B7F

Tints of Medium Red Violet #AD2B7F

Color information

#AD2B7F (or 0xAD2B7F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2B and 7F. RGB value is (173,43,127). Sum of RGB (Red+Green+Blue) = 173+43+127=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B7F is #52D480. Grayscale: #5B5B5B. Windows color (decimal): -5428353 or 8334253. OLE color: 8334253.

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

Color convert

RGB17343127-
CMYK00.750.270.32
HSL321.23º60.19%42.35%-
HSV(B)321.23º75.14%67.84%-
XYZ21.9312.1421.27-
YUV91.45148.07186.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 127 (50% from 255) = 37.03%
R=50.44%
G=12.54%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734312700.750.270.32321.2360.1942.35
HexAD2B7F04B1B201413c2a
Octal25553177011333405017452
Binary1010110110101111111110100101111011100000101000001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B7F; }

 p { color: rgb(173,43,127); }

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

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

 a { background-color: rgb(173,43,127); }

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

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

 span { border-color: rgb(173,43,127); }

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