#AF2188

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

Shades of Medium Red Violet #AF2188

Tints of Medium Red Violet #AF2188

Color information

#AF2188 (or 0xAF2188) is unknown color: approx Medium Red Violet. HEX triplet: AF, 21 and 88. RGB value is (175,33,136). Sum of RGB (Red+Green+Blue) = 175+33+136=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2188 is #50DE77. Grayscale: #565656. Windows color (decimal): -5299832 or 8921519. OLE color: 8921519.

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

Color convert

RGB17533136-
CMYK00.810.220.31
HSL316.48º68.27%40.78%-
HSV(B)316.48º81.14%68.63%-
XYZ22.6711.9824.41-
YUV87.2155.54190.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 33 (13.28% from 255) = 9.59%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=50.87%
G=9.59%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753313600.810.220.31316.4868.2740.78
HexAF2188051161F13c4429
Octal257412100121263747410451
Binary10101111100001100010000101000110110111111001111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2188; }

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

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

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

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

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

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

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

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