#AF286C

Color #AF286C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AF286C

Tints of Rouge #AF286C

Color information

#AF286C (or 0xAF286C) is unknown color: approx Rouge. HEX triplet: AF, 28 and 6C. RGB value is (175,40,108). Sum of RGB (Red+Green+Blue) = 175+40+108=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF286C is #50D793. Grayscale: #575757. Windows color (decimal): -5298068 or 7088303. OLE color: 7088303.

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

Color convert

RGB17540108-
CMYK00.770.380.31
HSL329.78º62.79%42.16%-
HSV(B)329.78º77.14%68.63%-
XYZ21.1411.7115.33-
YUV88.12139.23189.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=54.18%
G=12.38%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1754010800.770.380.31329.7862.7942.16
HexAF286C04D261F14a3f2a
Octal25750154011546375127752
Binary1010111110100011011000100110110011011111101001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF286C; }

 p { color: rgb(175,40,108); }

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

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

 a { background-color: rgb(175,40,108); }

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

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

 span { border-color: rgb(175,40,108); }

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