#AF3F9A

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

Shades of Medium Red Violet #AF3F9A

Tints of Medium Red Violet #AF3F9A

Color information

#AF3F9A (or 0xAF3F9A) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3F and 9A. RGB value is (175,63,154). Sum of RGB (Red+Green+Blue) = 175+63+154=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F9A is #50C065. Grayscale: #6A6A6A. Windows color (decimal): -5292134 or 10108847. OLE color: 10108847.

HSL color Cylindrical-coordinate representation of color #AF3F9A: hue angle of 311.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F9A is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17563154-
CMYK00.640.120.31
HSL311.25º47.06%46.67%-
HSV(B)311.25º64%68.63%-
XYZ25.291532.13-
YUV106.86154.61176.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=44.64%
G=16.07%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756315400.640.120.31311.2547.0646.67
HexAF3F9A040C1F1372f2f
Octal25777232010014374675757
Binary101011111111111001101001000000110011111100110111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F9A; }

 p { color: rgb(175,63,154); }

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

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

 a { background-color: rgb(175,63,154); }

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

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

 span { border-color: rgb(175,63,154); }

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