#AF2B6F

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

Shades of Medium Red Violet #AF2B6F

Tints of Medium Red Violet #AF2B6F

Color information

#AF2B6F (or 0xAF2B6F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 2B and 6F. RGB value is (175,43,111). Sum of RGB (Red+Green+Blue) = 175+43+111=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B6F is #50D490. Grayscale: #5A5A5A. Windows color (decimal): -5297297 or 7285679. OLE color: 7285679.

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

Color convert

RGB17543111-
CMYK00.750.370.31
HSL329.09º60.55%42.75%-
HSV(B)329.09º75.43%68.63%-
XYZ21.4111.9916.22-
YUV90.22139.73188.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 43 (17.19% from 255) = 13.07%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=53.19%
G=13.07%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754311100.750.370.31329.0960.5542.75
HexAF2B6F04B251F1493d2b
Octal25753157011345375117553
Binary1010111110101111011110100101110010111111101001001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B6F; }

 p { color: rgb(175,43,111); }

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

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

 a { background-color: rgb(175,43,111); }

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

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

 span { border-color: rgb(175,43,111); }

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