#AF1788

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

Shades of Medium Violet Red #AF1788

Tints of Medium Violet Red #AF1788

Color information

#AF1788 (or 0xAF1788) is unknown color: approx Medium Violet Red. HEX triplet: AF, 17 and 88. RGB value is (175,23,136). Sum of RGB (Red+Green+Blue) = 175+23+136=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1788 is #50E877. Grayscale: #515151. Windows color (decimal): -5302392 or 8918959. OLE color: 8918959.

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

Color convert

RGB17523136-
CMYK00.870.220.31
HSL315.39º76.77%38.82%-
HSV(B)315.39º86.86%68.63%-
XYZ22.4311.524.33-
YUV81.33158.86194.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 23 (9.38% from 255) = 6.89%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=52.40%
G=6.89%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752313600.870.220.31315.3976.7738.82
HexAF1788057161F13b4d27
Octal257272100127263747311547
Binary1010111110111100010000101011110110111111001110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1788; }

 p { color: rgb(175,23,136); }

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

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

 a { background-color: rgb(175,23,136); }

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

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

 span { border-color: rgb(175,23,136); }

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