#AF2779

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

Shades of Medium Red Violet #AF2779

Tints of Medium Red Violet #AF2779

Color information

#AF2779 (or 0xAF2779) is unknown color: approx Medium Red Violet. HEX triplet: AF, 27 and 79. RGB value is (175,39,121). Sum of RGB (Red+Green+Blue) = 175+39+121=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2779 is #50D886. Grayscale: #585858. Windows color (decimal): -5298311 or 7940015. OLE color: 7940015.

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

Color convert

RGB17539121-
CMYK00.780.310.31
HSL323.82º63.55%41.96%-
HSV(B)323.82º77.71%68.63%-
XYZ21.8611.9519.24-
YUV89.01146.06189.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 39 (15.62% from 255) = 11.64%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=52.24%
G=11.64%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753912100.780.310.31323.8263.5541.96
HexAF277904E1F1F144402a
Octal257471710116373750410052
Binary1010111110011111110010100111011111111111010001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2779; }

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

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

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

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

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

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

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

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