#af266e

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

Shades of Medium Red Violet #AF266E

Tints of Medium Red Violet #AF266E

Color information

#AF266E (or 0xAF266E) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 6E. RGB value is (175,38,110). Sum of RGB (Red+Green+Blue) = 175+38+110=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF266E is #50D991. Grayscale: #575757. Windows color (decimal): -5298578 or 7218863. OLE color: 7218863.

HSL color Cylindrical-coordinate representation of color #AF266E: hue angle of 328.47º 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 #AF266E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17538110-
CMYK00.780.370.31
HSL328.47º64.32%41.76%-
HSV(B)328.47º78.29%68.63%-
XYZ21.1911.6315.88-
YUV87.17140.89190.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=54.18%
G=11.76%
B=34.06%

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
Decimal1753811000.780.370.31328.4764.3241.76
HexAF266E04E251F148402a
Octal257461560116453751010052
Binary10101111100110110111001001110100101111111010010001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af266e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af266e; }

 p { color: rgb(175,38,110); }

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

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

 a { background-color: rgb(175,38,110); }

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

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

 span { border-color: rgb(175,38,110); }

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