#AF168F

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

Shades of Medium Violet Red #AF168F

Tints of Medium Violet Red #AF168F

Color information

#AF168F (or 0xAF168F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 16 and 8F. RGB value is (175,22,143). Sum of RGB (Red+Green+Blue) = 175+22+143=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168F is #50E970. Grayscale: #515151. Windows color (decimal): -5302641 or 9377455. OLE color: 9377455.

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

Color convert

RGB17522143-
CMYK00.870.180.31
HSL312.55º77.66%38.63%-
HSV(B)312.55º87.43%68.63%-
XYZ22.9211.6727.03-
YUV81.54162.69194.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 22 (8.98% from 255) = 6.47%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=51.47%
G=6.47%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752214300.870.180.31312.5577.6638.63
HexAF168F057121F1394e27
Octal257262170127223747111647
Binary1010111110110100011110101011110010111111001110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF168F; }

 p { color: rgb(175,22,143); }

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

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

 a { background-color: rgb(175,22,143); }

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

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

 span { border-color: rgb(175,22,143); }

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