#AF1693

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

Shades of Medium Violet Red #AF1693

Tints of Medium Violet Red #AF1693

Color information

#AF1693 (or 0xAF1693) is unknown color: approx Medium Violet Red. HEX triplet: AF, 16 and 93. RGB value is (175,22,147). Sum of RGB (Red+Green+Blue) = 175+22+147=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1693 is #50E96C. Grayscale: #515151. Windows color (decimal): -5302637 or 9639599. OLE color: 9639599.

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

Color convert

RGB17522147-
CMYK00.870.160.31
HSL310.98º77.66%38.63%-
HSV(B)310.98º87.43%68.63%-
XYZ23.2311.7928.66-
YUV82164.69194.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 22 (8.98% from 255) = 6.40%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=50.87%
G=6.40%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752214700.870.160.31310.9877.6638.63
HexAF1693057101F1374e27
Octal257262230127203746711647
Binary1010111110110100100110101011110000111111001101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1693; }

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

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

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

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

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

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

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

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