#AD2B7E

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

Shades of Medium Red Violet #AD2B7E

Tints of Medium Red Violet #AD2B7E

Color information

#AD2B7E (or 0xAD2B7E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2B and 7E. RGB value is (173,43,126). Sum of RGB (Red+Green+Blue) = 173+43+126=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B7E is #52D481. Grayscale: #5B5B5B. Windows color (decimal): -5428354 or 8268717. OLE color: 8268717.

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

Color convert

RGB17343126-
CMYK00.750.270.32
HSL321.69º60.19%42.35%-
HSV(B)321.69º75.14%67.84%-
XYZ21.8612.1220.93-
YUV91.33147.57186.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 43 (17.19% from 255) = 12.57%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=50.58%
G=12.57%
B=36.84%

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
Decimal1734312600.750.270.32321.6960.1942.35
HexAD2B7E04B1B201423c2a
Octal25553176011333405027452
Binary1010110110101111111100100101111011100000101000010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2B7E; }

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

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

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

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

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

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

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

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