#AD367F

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

Shades of Medium Red Violet #AD367F

Tints of Medium Red Violet #AD367F

Color information

#AD367F (or 0xAD367F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 36 and 7F. RGB value is (173,54,127). Sum of RGB (Red+Green+Blue) = 173+54+127=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD367F is #52C980. Grayscale: #616161. Windows color (decimal): -5425537 or 8337069. OLE color: 8337069.

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

Color convert

RGB17354127-
CMYK00.690.270.32
HSL323.19º52.42%44.51%-
HSV(B)323.19º68.79%67.84%-
XYZ22.3813.0521.42-
YUV97.9144.42181.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.87%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 127 (50% from 255) = 35.88%
R=48.87%
G=15.25%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735412700.690.270.32323.1952.4244.51
HexAD367F0451B20143342d
Octal25566177010533405036455
Binary1010110111011011111110100010111011100000101000011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD367F; }

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

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

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

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

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

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

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

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