#AF408E

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

Shades of Medium Red Violet #AF408E

Tints of Medium Red Violet #AF408E

Color information

#AF408E (or 0xAF408E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 40 and 8E. RGB value is (175,64,142). Sum of RGB (Red+Green+Blue) = 175+64+142=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF408E is #50BF71. Grayscale: #696969. Windows color (decimal): -5291890 or 9322671. OLE color: 9322671.

HSL color Cylindrical-coordinate representation of color #AF408E: hue angle of 317.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF408E is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17564142-
CMYK00.630.190.31
HSL317.84º46.44%46.86%-
HSV(B)317.84º63.43%68.63%-
XYZ24.414.7327.15-
YUV106.08148.27177.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=45.93%
G=16.80%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756414200.630.190.31317.8446.4446.86
HexAF408E03F131F13e2e2f
Octal25710021607723374765657
Binary1010111110000001000111001111111001111111100111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF408E; }

 p { color: rgb(175,64,142); }

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

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

 a { background-color: rgb(175,64,142); }

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

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

 span { border-color: rgb(175,64,142); }

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