#af1380

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

Shades of Medium Violet Red #AF1380

Tints of Medium Violet Red #AF1380

Color information

#AF1380 (or 0xAF1380) is unknown color: approx Medium Violet Red. HEX triplet: AF, 13 and 80. RGB value is (175,19,128). Sum of RGB (Red+Green+Blue) = 175+19+128=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1380 is #50EC7F. Grayscale: #4D4D4D. Windows color (decimal): -5303424 or 8393647. OLE color: 8393647.

HSL color Cylindrical-coordinate representation of color #AF1380: hue angle of 318.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1380 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17519128-
CMYK00.890.270.31
HSL318.08º80.41%38.04%-
HSV(B)318.08º89.14%68.63%-
XYZ21.8111.1421.42-
YUV78.07156.18197.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 19 (7.81% from 255) = 5.90%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=54.35%
G=5.90%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751912800.890.270.31318.0880.4138.04
HexAF13800591B1F13e5026
Octal257232000131333747612046
Binary1010111110011100000000101100111011111111001111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1380; }

 p { color: rgb(175,19,128); }

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

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

 a { background-color: rgb(175,19,128); }

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

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

 span { border-color: rgb(175,19,128); }

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