#AF218F

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

Shades of Medium Red Violet #AF218F

Tints of Medium Red Violet #AF218F

Color information

#AF218F (or 0xAF218F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 21 and 8F. RGB value is (175,33,143). Sum of RGB (Red+Green+Blue) = 175+33+143=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF218F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF218F is #50DE70. Grayscale: #575757. Windows color (decimal): -5299825 or 9380271. OLE color: 9380271.

HSL color Cylindrical-coordinate representation of color #AF218F: hue angle of 313.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF218F is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17533143-
CMYK00.810.180.31
HSL313.52º68.27%40.78%-
HSV(B)313.52º81.14%68.63%-
XYZ23.1812.1827.12-
YUV88159.04190.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=49.86%
G=9.40%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753314300.810.180.31313.5268.2740.78
HexAF218F051121F13a4429
Octal257412170121223747210451
Binary10101111100001100011110101000110010111111001110101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF218F; }

 p { color: rgb(175,33,143); }

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

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

 a { background-color: rgb(175,33,143); }

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

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

 span { border-color: rgb(175,33,143); }

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