#AD428B

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

Shades of Medium Red Violet #AD428B

Tints of Medium Red Violet #AD428B

Color information

#AD428B (or 0xAD428B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 42 and 8B. RGB value is (173,66,139). Sum of RGB (Red+Green+Blue) = 173+66+139=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD428B is #52BD74. Grayscale: #6A6A6A. Windows color (decimal): -5422453 or 9126573. OLE color: 9126573.

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

Color convert

RGB17366139-
CMYK00.620.200.32
HSL319.07º44.77%46.86%-
HSV(B)319.07º61.85%67.84%-
XYZ23.8414.6426-
YUV106.32146.45175.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=45.77%
G=17.46%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736613900.620.200.32319.0744.7746.86
HexAD428B03E142013f2d2f
Octal25510221307624404775557
Binary10101101100001010001011011111010100100000100111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD428B; }

 p { color: rgb(173,66,139); }

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

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

 a { background-color: rgb(173,66,139); }

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

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

 span { border-color: rgb(173,66,139); }

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