#AF1489

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

Shades of Medium Violet Red #AF1489

Tints of Medium Violet Red #AF1489

Color information

#AF1489 (or 0xAF1489) is unknown color: approx Medium Violet Red. HEX triplet: AF, 14 and 89. RGB value is (175,20,137). Sum of RGB (Red+Green+Blue) = 175+20+137=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1489 is #50EB76. Grayscale: #4F4F4F. Windows color (decimal): -5303159 or 8983727. OLE color: 8983727.

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

Color convert

RGB17520137-
CMYK00.890.220.31
HSL314.71º79.49%38.24%-
HSV(B)314.71º88.57%68.63%-
XYZ22.4411.4224.69-
YUV79.68160.35195.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.71%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=52.71%
G=6.02%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752013700.890.220.31314.7179.4938.24
HexAF1489059161F13b4f26
Octal257242110131263747311746
Binary1010111110100100010010101100110110111111001110111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1489; }

 p { color: rgb(175,20,137); }

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

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

 a { background-color: rgb(175,20,137); }

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

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

 span { border-color: rgb(175,20,137); }

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