#AD389B

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

Shades of Medium Red Violet #AD389B

Tints of Medium Red Violet #AD389B

Color information

#AD389B (or 0xAD389B) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 9B. RGB value is (173,56,155). Sum of RGB (Red+Green+Blue) = 173+56+155=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD389B is #52C764. Grayscale: #656565. Windows color (decimal): -5424997 or 10172589. OLE color: 10172589.

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

Color convert

RGB17356155-
CMYK00.680.100.32
HSL309.23º51.09%44.9%-
HSV(B)309.23º67.63%67.84%-
XYZ24.5614.0832.43-
YUV102.27157.76178.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=45.05%
G=14.58%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735615500.680.100.32309.2351.0944.9
HexAD389B044A20135332d
Octal25570233010412404656355
Binary1010110111100010011011010001001010100000100110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD389B; }

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

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

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

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

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

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

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

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