#AF2A5B

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

Shades of Rouge #AF2A5B

Tints of Rouge #AF2A5B

Color information

#AF2A5B (or 0xAF2A5B) is unknown color: approx Rouge. HEX triplet: AF, 2A and 5B. RGB value is (175,42,91). Sum of RGB (Red+Green+Blue) = 175+42+91=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A5B is #50D5A4. Grayscale: #575757. Windows color (decimal): -5297573 or 5974703. OLE color: 5974703.

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

Color convert

RGB1754291-
CMYK00.760.480.31
HSL337.89º61.29%42.55%-
HSV(B)337.89º76%68.63%-
XYZ20.411.5311.05-
YUV87.35130.06190.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=56.82%
G=13.64%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175429100.760.480.31337.8961.2942.55
HexAF2A5B04C301F1523d2b
Octal25752133011460375227553
Binary1010111110101010110110100110011000011111101010010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A5B; }

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

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

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

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

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

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

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

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