#AF4188

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

Shades of Medium Red Violet #AF4188

Tints of Medium Red Violet #AF4188

Color information

#AF4188 (or 0xAF4188) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 88. RGB value is (175,65,136). Sum of RGB (Red+Green+Blue) = 175+65+136=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4188 is #50BE77. Grayscale: #696969. Windows color (decimal): -5291640 or 8929711. OLE color: 8929711.

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

Color convert

RGB17565136-
CMYK00.630.220.31
HSL321.27º45.83%47.06%-
HSV(B)321.27º62.86%68.63%-
XYZ24.0114.6724.86-
YUV105.98144.94177.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.54%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=46.54%
G=17.29%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756513600.630.220.31321.2745.8347.06
HexAF418803F161F1412e2f
Octal25710121007726375015657
Binary1010111110000011000100001111111011011111101000001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4188; }

 p { color: rgb(175,65,136); }

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

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

 a { background-color: rgb(175,65,136); }

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

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

 span { border-color: rgb(175,65,136); }

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