#AD3898

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

Shades of Medium Red Violet #AD3898

Tints of Medium Red Violet #AD3898

Color information

#AD3898 (or 0xAD3898) is unknown color: approx Medium Red Violet. HEX triplet: AD, 38 and 98. RGB value is (173,56,152). Sum of RGB (Red+Green+Blue) = 173+56+152=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3898 is #52C767. Grayscale: #656565. Windows color (decimal): -5425000 or 9975981. OLE color: 9975981.

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

Color convert

RGB17356152-
CMYK00.680.120.32
HSL310.77º51.09%44.9%-
HSV(B)310.77º67.63%67.84%-
XYZ24.3213.9831.12-
YUV101.93156.26178.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=45.41%
G=14.70%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735615200.680.120.32310.7751.0944.9
HexAD3898044C20137332d
Octal25570230010414404676355
Binary1010110111100010011000010001001100100000100110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3898; }

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

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

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

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

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

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

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

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