#AD2C8E

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

Shades of Medium Red Violet #AD2C8E

Tints of Medium Red Violet #AD2C8E

Color information

#AD2C8E (or 0xAD2C8E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2C and 8E. RGB value is (173,44,142). Sum of RGB (Red+Green+Blue) = 173+44+142=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C8E is #52D371. Grayscale: #5D5D5D. Windows color (decimal): -5428082 or 9317549. OLE color: 9317549.

HSL color Cylindrical-coordinate representation of color #AD2C8E: hue angle of 314.42º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C8E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17344142-
CMYK00.750.180.32
HSL314.42º59.45%42.55%-
HSV(B)314.42º74.57%67.84%-
XYZ23.0212.6426.82-
YUV93.74155.24184.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 44 (17.58% from 255) = 12.26%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=48.19%
G=12.26%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734414200.750.180.32314.4259.4542.55
HexAD2C8E04B122013a3b2b
Octal25554216011322404727353
Binary10101101101100100011100100101110010100000100111010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C8E; }

 p { color: rgb(173,44,142); }

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

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

 a { background-color: rgb(173,44,142); }

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

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

 span { border-color: rgb(173,44,142); }

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