#AD2478

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

Shades of Medium Red Violet #AD2478

Tints of Medium Red Violet #AD2478

Color information

#AD2478 (or 0xAD2478) is unknown color: approx Medium Red Violet. HEX triplet: AD, 24 and 78. RGB value is (173,36,120). Sum of RGB (Red+Green+Blue) = 173+36+120=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2478 is #52DB87. Grayscale: #565656. Windows color (decimal): -5430152 or 7873709. OLE color: 7873709.

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

Color convert

RGB17336120-
CMYK00.790.310.32
HSL323.21º65.55%40.98%-
HSV(B)323.21º79.19%67.84%-
XYZ21.2511.518.87-
YUV86.54146.89189.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 36 (14.45% from 255) = 10.94%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=52.58%
G=10.94%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733612000.790.310.32323.2165.5540.98
HexAD247804F1F201434229
Octal255441700117374050310251
Binary10101101100100111100001001111111111000001010000111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2478; }

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

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

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

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

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

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

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

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