#AD2898

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

Shades of Medium Red Violet #AD2898

Tints of Medium Red Violet #AD2898

Color information

#AD2898 (or 0xAD2898) is unknown color: approx Medium Red Violet. HEX triplet: AD, 28 and 98. RGB value is (173,40,152). Sum of RGB (Red+Green+Blue) = 173+40+152=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2898 is #52D767. Grayscale: #5C5C5C. Windows color (decimal): -5429096 or 9971885. OLE color: 9971885.

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

Color convert

RGB17340152-
CMYK00.770.120.32
HSL309.47º62.44%41.76%-
HSV(B)309.47º76.88%67.84%-
XYZ23.6612.6730.9-
YUV92.54161.56185.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=47.40%
G=10.96%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734015200.770.120.32309.4762.4441.76
HexAD289804DC201353e2a
Octal25550230011514404657652
Binary1010110110100010011000010011011100100000100110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2898; }

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

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

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

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

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

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

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

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