#AF3B9F

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

Shades of Medium Red Violet #AF3B9F

Tints of Medium Red Violet #AF3B9F

Color information

#AF3B9F (or 0xAF3B9F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3B and 9F. RGB value is (175,59,159). Sum of RGB (Red+Green+Blue) = 175+59+159=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3B9F is #50C460. Grayscale: #686868. Windows color (decimal): -5293153 or 10435503. OLE color: 10435503.

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

Color convert

RGB17559159-
CMYK00.660.090.31
HSL308.28º49.57%45.88%-
HSV(B)308.28º66.29%68.63%-
XYZ25.514.7534.3-
YUV105.08158.43177.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=44.53%
G=15.01%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755915900.660.090.31308.2849.5745.88
HexAF3B9F04291F134322e
Octal25773237010211374646256
Binary101011111110111001111101000010100111111100110100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3B9F; }

 p { color: rgb(175,59,159); }

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

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

 a { background-color: rgb(175,59,159); }

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

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

 span { border-color: rgb(175,59,159); }

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