#AD369F

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

Shades of Medium Red Violet #AD369F

Tints of Medium Red Violet #AD369F

Color information

#AD369F (or 0xAD369F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 9F. RGB value is (173,54,159). Sum of RGB (Red+Green+Blue) = 173+54+159=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD369F is #52C960. Grayscale: #656565. Windows color (decimal): -5425505 or 10434221. OLE color: 10434221.

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

Color convert

RGB17354159-
CMYK00.690.080.32
HSL307.06º52.42%44.51%-
HSV(B)307.06º68.79%67.84%-
XYZ24.8114.0334.2-
YUV101.55160.42178.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 54 (21.48% from 255) = 13.99%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=44.82%
G=13.99%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735415900.690.080.32307.0652.4244.51
HexAD369F045820133342d
Octal25566237010510404636455
Binary1010110111011010011111010001011000100000100110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD369F; }

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

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

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

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

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

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

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

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