#AD367D

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

Shades of Medium Red Violet #AD367D

Tints of Medium Red Violet #AD367D

Color information

#AD367D (or 0xAD367D) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 7D. RGB value is (173,54,125). Sum of RGB (Red+Green+Blue) = 173+54+125=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD367D is #52C982. Grayscale: #616161. Windows color (decimal): -5425539 or 8205997. OLE color: 8205997.

HSL color Cylindrical-coordinate representation of color #AD367D: hue angle of 324.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD367D is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17354125-
CMYK00.690.280.32
HSL324.2º52.42%44.51%-
HSV(B)324.2º68.79%67.84%-
XYZ22.251320.74-
YUV97.68143.42181.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 54 (21.48% from 255) = 15.34%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=49.15%
G=15.34%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735412500.690.280.32324.252.4244.51
HexAD367D0451C20144342d
Octal25566175010534405046455
Binary1010110111011011111010100010111100100000101000100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD367D; }

 p { color: rgb(173,54,125); }

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

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

 a { background-color: rgb(173,54,125); }

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

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

 span { border-color: rgb(173,54,125); }

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