#AD348E

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

Shades of Medium Red Violet #AD348E

Tints of Medium Red Violet #AD348E

Color information

#AD348E (or 0xAD348E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 34 and 8E. RGB value is (173,52,142). Sum of RGB (Red+Green+Blue) = 173+52+142=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD348E is #52CB71. Grayscale: #626262. Windows color (decimal): -5426034 or 9319597. OLE color: 9319597.

HSL color Cylindrical-coordinate representation of color #AD348E: hue angle of 315.37º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD348E is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17352142-
CMYK00.700.180.32
HSL315.37º53.78%44.12%-
HSV(B)315.37º69.94%67.84%-
XYZ23.3413.2926.93-
YUV98.44152.59181.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=47.14%
G=14.17%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735214200.700.180.32315.3753.7844.12
HexAD348E046122013b362c
Octal25564216010622404736654
Binary10101101110100100011100100011010010100000100111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD348E; }

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

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

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

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

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

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

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

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