#AF189C

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

Shades of Medium Violet Red #AF189C

Tints of Medium Violet Red #AF189C

Color information

#AF189C (or 0xAF189C) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and 9C. RGB value is (175,24,156). Sum of RGB (Red+Green+Blue) = 175+24+156=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189C is #50E763. Grayscale: #535353. Windows color (decimal): -5302116 or 10229935. OLE color: 10229935.

HSL color Cylindrical-coordinate representation of color #AF189C: hue angle of 307.55º 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 #AF189C is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17524156-
CMYK00.860.110.31
HSL307.55º75.88%39.02%-
HSV(B)307.55º86.29%68.63%-
XYZ24.0112.1732.54-
YUV84.2168.53192.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 24 (9.77% from 255) = 6.76%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=49.30%
G=6.76%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752415600.860.110.31307.5575.8839.02
HexAF189C056B1F1344c27
Octal257302340126133746411447
Binary101011111100010011100010101101011111111001101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF189C; }

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

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

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

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

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

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

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

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