#AF2A5E

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

Shades of Rouge #AF2A5E

Tints of Rouge #AF2A5E

Color information

#AF2A5E (or 0xAF2A5E) is unknown color: approx Rouge. HEX triplet: AF, 2A and 5E. RGB value is (175,42,94). Sum of RGB (Red+Green+Blue) = 175+42+94=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A5E is #50D5A1. Grayscale: #575757. Windows color (decimal): -5297570 or 6171311. OLE color: 6171311.

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

Color convert

RGB1754294-
CMYK00.760.460.31
HSL336.54º61.29%42.55%-
HSV(B)336.54º76%68.63%-
XYZ20.5311.5811.74-
YUV87.7131.56190.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=56.27%
G=13.50%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175429400.760.460.31336.5461.2942.55
HexAF2A5E04C2E1F1513d2b
Octal25752136011456375217553
Binary1010111110101010111100100110010111011111101010001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A5E; }

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

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

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

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

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

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

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

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