#AF279C

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

Shades of Medium Red Violet #AF279C

Tints of Medium Red Violet #AF279C

Color information

#AF279C (or 0xAF279C) is unknown color: approx Medium Red Violet. HEX triplet: AF, 27 and 9C. RGB value is (175,39,156). Sum of RGB (Red+Green+Blue) = 175+39+156=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF279C is #50D863. Grayscale: #5C5C5C. Windows color (decimal): -5298276 or 10233775. OLE color: 10233775.

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

Color convert

RGB17539156-
CMYK00.780.110.31
HSL308.38º63.55%41.96%-
HSV(B)308.38º77.71%68.63%-
XYZ24.4112.9732.67-
YUV93163.56186.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 39 (15.62% from 255) = 10.54%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=47.30%
G=10.54%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753915600.780.110.31308.3863.5541.96
HexAF279C04EB1F134402a
Octal257472340116133746410052
Binary1010111110011110011100010011101011111111001101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF279C; }

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

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

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

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

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

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

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

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