#af3a89

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

Shades of Medium Red Violet #AF3A89

Tints of Medium Red Violet #AF3A89

Color information

#AF3A89 (or 0xAF3A89) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3A and 89. RGB value is (175,58,137). Sum of RGB (Red+Green+Blue) = 175+58+137=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A89 is #50C576. Grayscale: #656565. Windows color (decimal): -5293431 or 8993455. OLE color: 8993455.

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

Color convert

RGB17558137-
CMYK00.670.220.31
HSL319.49º50.21%45.69%-
HSV(B)319.49º66.86%68.63%-
XYZ23.7113.9525.11-
YUV101.99147.76180.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=47.30%
G=15.68%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755813700.670.220.31319.4950.2145.69
HexAF3A89043161F13f322e
Octal25772211010326374776256
Binary1010111111101010001001010000111011011111100111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3a89; }

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

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

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

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

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

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

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

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