#AD249B

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

Shades of Medium Red Violet #AD249B

Tints of Medium Red Violet #AD249B

Color information

#AD249B (or 0xAD249B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 24 and 9B. RGB value is (173,36,155). Sum of RGB (Red+Green+Blue) = 173+36+155=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD249B is #52DB64. Grayscale: #5A5A5A. Windows color (decimal): -5430117 or 10167469. OLE color: 10167469.

HSL color Cylindrical-coordinate representation of color #AD249B: hue angle of 307.88º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD249B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17336155-
CMYK00.790.100.32
HSL307.88º65.55%40.98%-
HSV(B)307.88º79.19%67.84%-
XYZ23.7812.5132.17-
YUV90.53164.39186.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 36 (14.45% from 255) = 9.89%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=47.53%
G=9.89%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733615500.790.100.32307.8865.5540.98
HexAD249B04FA201344229
Octal255442330117124046410251
Binary10101101100100100110110100111110101000001001101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD249B; }

 p { color: rgb(173,36,155); }

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

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

 a { background-color: rgb(173,36,155); }

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

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

 span { border-color: rgb(173,36,155); }

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