#AF276F

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

Shades of Medium Red Violet #AF276F

Tints of Medium Red Violet #AF276F

Color information

#AF276F (or 0xAF276F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 27 and 6F. RGB value is (175,39,111). Sum of RGB (Red+Green+Blue) = 175+39+111=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF276F is #50D890. Grayscale: #575757. Windows color (decimal): -5298321 or 7284655. OLE color: 7284655.

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

Color convert

RGB17539111-
CMYK00.780.370.31
HSL328.24º63.55%41.96%-
HSV(B)328.24º77.71%68.63%-
XYZ21.2711.7116.18-
YUV87.87141.06190.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=53.85%
G=12%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753911100.780.370.31328.2463.5541.96
HexAF276F04E251F148402a
Octal257471570116453751010052
Binary10101111100111110111101001110100101111111010010001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF276F; }

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

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

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

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

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

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

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

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