#AF2A5C

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

Shades of Rouge #AF2A5C

Tints of Rouge #AF2A5C

Color information

#AF2A5C (or 0xAF2A5C) is unknown color: approx Rouge. HEX triplet: AF, 2A and 5C. RGB value is (175,42,92). Sum of RGB (Red+Green+Blue) = 175+42+92=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A5C is #50D5A3. Grayscale: #575757. Windows color (decimal): -5297572 or 6040239. OLE color: 6040239.

HSL color Cylindrical-coordinate representation of color #AF2A5C: hue angle of 337.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2A5C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1754292-
CMYK00.760.470.31
HSL337.44º61.29%42.55%-
HSV(B)337.44º76%68.63%-
XYZ20.4411.5411.28-
YUV87.47130.56190.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=56.63%
G=13.59%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175429200.760.470.31337.4461.2942.55
HexAF2A5C04C2F1F1513d2b
Octal25752134011457375217553
Binary1010111110101010111000100110010111111111101010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A5C; }

 p { color: rgb(175,42,92); }

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

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

 a { background-color: rgb(175,42,92); }

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

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

 span { border-color: rgb(175,42,92); }

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