#AD4281

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

Shades of Medium Red Violet #AD4281

Tints of Medium Red Violet #AD4281

Color information

#AD4281 (or 0xAD4281) is unknown color: approx Medium Red Violet. HEX triplet: AD, 42 and 81. RGB value is (173,66,129). Sum of RGB (Red+Green+Blue) = 173+66+129=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4281 is #52BD7E. Grayscale: #696969. Windows color (decimal): -5422463 or 8471213. OLE color: 8471213.

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

Color convert

RGB17366129-
CMYK00.620.250.32
HSL324.67º44.77%46.86%-
HSV(B)324.67º61.85%67.84%-
XYZ23.1414.3722.32-
YUV105.18141.45176.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=47.01%
G=17.93%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736612900.620.250.32324.6744.7746.86
HexAD428103E19201452d2f
Octal25510220107631405055557
Binary10101101100001010000001011111011001100000101000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4281; }

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

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

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

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

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

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

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

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