#AF1690

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

Shades of Medium Violet Red #AF1690

Tints of Medium Violet Red #AF1690

Color information

#AF1690 (or 0xAF1690) is unknown color: approx Medium Violet Red. HEX triplet: AF, 16 and 90. RGB value is (175,22,144). Sum of RGB (Red+Green+Blue) = 175+22+144=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1690 is #50E96F. Grayscale: #515151. Windows color (decimal): -5302640 or 9442991. OLE color: 9442991.

HSL color Cylindrical-coordinate representation of color #AF1690: hue angle of 312.16º 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 #AF1690 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17522144-
CMYK00.870.180.31
HSL312.16º77.66%38.63%-
HSV(B)312.16º87.43%68.63%-
XYZ2311.727.43-
YUV81.65163.19194.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=51.32%
G=6.45%
B=42.23%

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
Decimal1752214400.870.180.31312.1677.6638.63
HexAF1690057121F1384e27
Octal257262200127223747011647
Binary1010111110110100100000101011110010111111001110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1690; }

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

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

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

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

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

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

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

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