#AF1A9F

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

Shades of Medium Violet Red #AF1A9F

Tints of Medium Violet Red #AF1A9F

Color information

#AF1A9F (or 0xAF1A9F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1A and 9F. RGB value is (175,26,159). Sum of RGB (Red+Green+Blue) = 175+26+159=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1A9F is #50E560. Grayscale: #555555. Windows color (decimal): -5301601 or 10427055. OLE color: 10427055.

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

Color convert

RGB17526159-
CMYK00.850.090.31
HSL306.44º74.13%39.41%-
HSV(B)306.44º85.14%68.63%-
XYZ24.3112.3633.9-
YUV85.71169.36191.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 26 (10.55% from 255) = 7.22%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=48.61%
G=7.22%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752615900.850.090.31306.4474.1339.41
HexAF1A9F05591F1324a27
Octal257322370125113746211247
Binary101011111101010011111010101011001111111001100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A9F; }

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

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

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

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

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

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

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

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