#AD4498

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

Shades of Medium Red Violet #AD4498

Tints of Medium Red Violet #AD4498

Color information

#AD4498 (or 0xAD4498) is unknown color: approx Medium Red Violet. HEX triplet: AD, 44 and 98. RGB value is (173,68,152). Sum of RGB (Red+Green+Blue) = 173+68+152=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4498 is #52BB67. Grayscale: #6C6C6C. Windows color (decimal): -5421928 or 9979053. OLE color: 9979053.

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

Color convert

RGB17368152-
CMYK00.610.120.32
HSL312º43.57%47.25%-
HSV(B)312º60.69%67.84%-
XYZ24.9715.2931.34-
YUV108.97152.29173.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=44.02%
G=17.30%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736815200.610.120.3231243.5747.25
HexAD449803DC201382c2f
Octal25510423007514404705457
Binary1010110110001001001100001111011100100000100111000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4498; }

 p { color: rgb(173,68,152); }

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

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

 a { background-color: rgb(173,68,152); }

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

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

 span { border-color: rgb(173,68,152); }

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