#af2676

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

Shades of Medium Red Violet #AF2676

Tints of Medium Red Violet #AF2676

Color information

#AF2676 (or 0xAF2676) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 76. RGB value is (175,38,118). Sum of RGB (Red+Green+Blue) = 175+38+118=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2676 is #50D989. Grayscale: #575757. Windows color (decimal): -5298570 or 7743151. OLE color: 7743151.

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

Color convert

RGB17538118-
CMYK00.780.330.31
HSL324.96º64.32%41.76%-
HSV(B)324.96º78.29%68.63%-
XYZ21.6411.8118.28-
YUV88.08144.89190-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 38 (15.23% from 255) = 11.48%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=52.87%
G=11.48%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753811800.780.330.31324.9664.3241.76
HexAF267604E211F145402a
Octal257461660116413750510052
Binary10101111100110111011001001110100001111111010001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2676; }

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

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

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

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

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

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

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

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