#AF189F

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

Shades of Medium Violet Red #AF189F

Tints of Medium Violet Red #AF189F

Color information

#AF189F (or 0xAF189F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and 9F. RGB value is (175,24,159). Sum of RGB (Red+Green+Blue) = 175+24+159=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189F is #50E760. Grayscale: #545454. Windows color (decimal): -5302113 or 10426543. OLE color: 10426543.

HSL color Cylindrical-coordinate representation of color #AF189F: hue angle of 306.36º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF189F is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17524159-
CMYK00.860.090.31
HSL306.36º75.88%39.02%-
HSV(B)306.36º86.29%68.63%-
XYZ24.2612.2733.89-
YUV84.54170.03192.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 24 (9.77% from 255) = 6.70%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=48.88%
G=6.70%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752415900.860.090.31306.3675.8839.02
HexAF189F05691F1324c27
Octal257302370126113746211447
Binary101011111100010011111010101101001111111001100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF189F; }

 p { color: rgb(175,24,159); }

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

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

 a { background-color: rgb(175,24,159); }

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

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

 span { border-color: rgb(175,24,159); }

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