#AF108A

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

Shades of Medium Violet Red #AF108A

Tints of Medium Violet Red #AF108A

Color information

#AF108A (or 0xAF108A) is unknown color: approx Medium Violet Red. HEX triplet: AF, 10 and 8A. RGB value is (175,16,138). Sum of RGB (Red+Green+Blue) = 175+16+138=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF108A is #50EF75. Grayscale: #4D4D4D. Windows color (decimal): -5304182 or 9048239. OLE color: 9048239.

HSL color Cylindrical-coordinate representation of color #AF108A: hue angle of 313.96º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF108A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17516138-
CMYK00.910.210.31
HSL313.96º83.25%37.45%-
HSV(B)313.96º90.86%68.63%-
XYZ22.4511.3225.05-
YUV77.45162.18197.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 16 (6.64% from 255) = 4.86%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=53.19%
G=4.86%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751613800.910.210.31313.9683.2537.45
HexAF108A05B151F13a5325
Octal257202120133253747212345
Binary1010111110000100010100101101110101111111001110101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF108A; }

 p { color: rgb(175,16,138); }

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

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

 a { background-color: rgb(175,16,138); }

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

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

 span { border-color: rgb(175,16,138); }

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