#AF3C86

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

Shades of Medium Red Violet #AF3C86

Tints of Medium Red Violet #AF3C86

Color information

#AF3C86 (or 0xAF3C86) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3C and 86. RGB value is (175,60,134). Sum of RGB (Red+Green+Blue) = 175+60+134=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C86 is #50C379. Grayscale: #666666. Windows color (decimal): -5292922 or 8797359. OLE color: 8797359.

HSL color Cylindrical-coordinate representation of color #AF3C86: hue angle of 321.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C86 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17560134-
CMYK00.660.230.31
HSL321.39º48.94%46.08%-
HSV(B)321.39º65.71%68.63%-
XYZ23.614.0724.03-
YUV102.82145.6179.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=47.43%
G=16.26%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756013400.660.230.31321.3948.9446.08
HexAF3C86042171F141312e
Octal25774206010227375016156
Binary1010111111110010000110010000101011111111101000001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C86; }

 p { color: rgb(175,60,134); }

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

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

 a { background-color: rgb(175,60,134); }

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

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

 span { border-color: rgb(175,60,134); }

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