#AF189E

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

Shades of Medium Violet Red #AF189E

Tints of Medium Violet Red #AF189E

Color information

#AF189E (or 0xAF189E) is unknown color: approx Medium Violet Red. HEX triplet: AF, 18 and 9E. RGB value is (175,24,158). Sum of RGB (Red+Green+Blue) = 175+24+158=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF189E is #50E761. Grayscale: #545454. Windows color (decimal): -5302114 or 10361007. OLE color: 10361007.

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

Color convert

RGB17524158-
CMYK00.860.100.31
HSL306.75º75.88%39.02%-
HSV(B)306.75º86.29%68.63%-
XYZ24.1812.2433.44-
YUV84.42169.53192.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=49.02%
G=6.72%
B=44.26%

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
Decimal1752415800.860.100.31306.7575.8839.02
HexAF189E056A1F1334c27
Octal257302360126123746311447
Binary101011111100010011110010101101010111111001100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF189E; }

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

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

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

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

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

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

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

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