#AF4489

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

Shades of Medium Red Violet #AF4489

Tints of Medium Red Violet #AF4489

Color information

#AF4489 (or 0xAF4489) is unknown color: approx Medium Red Violet. HEX triplet: AF, 44 and 89. RGB value is (175,68,137). Sum of RGB (Red+Green+Blue) = 175+68+137=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4489 is #50BB76. Grayscale: #6B6B6B. Windows color (decimal): -5290871 or 8996015. OLE color: 8996015.

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

Color convert

RGB17568137-
CMYK00.610.220.31
HSL321.31º44.03%47.65%-
HSV(B)321.31º61.14%68.63%-
XYZ24.2615.0525.29-
YUV107.86144.45175.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=46.05%
G=17.89%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756813700.610.220.31321.3144.0347.65
HexAF448903D161F1412c30
Octal25710421107526375015460
Binary1010111110001001000100101111011011011111101000001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4489; }

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

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

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

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

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

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

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

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