#AF189D

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

Shades of Medium Violet Red #AF189D

Tints of Medium Violet Red #AF189D

Color information

#AF189D (or 0xAF189D) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and 9D. RGB value is (175,24,157). Sum of RGB (Red+Green+Blue) = 175+24+157=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189D is #50E762. Grayscale: #535353. Windows color (decimal): -5302115 or 10295471. OLE color: 10295471.

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

Color convert

RGB17524157-
CMYK00.860.100.31
HSL307.15º75.88%39.02%-
HSV(B)307.15º86.29%68.63%-
XYZ24.0912.232.98-
YUV84.31169.03192.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=49.16%
G=6.74%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752415700.860.100.31307.1575.8839.02
HexAF189D056A1F1334c27
Octal257302350126123746311447
Binary101011111100010011101010101101010111111001100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF189D; }

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

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

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

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

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

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

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

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