#AF2A5A

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

Shades of Rouge #AF2A5A

Tints of Rouge #AF2A5A

Color information

#AF2A5A (or 0xAF2A5A) is unknown color: approx Rouge. HEX triplet: AF, 2A and 5A. RGB value is (175,42,90). Sum of RGB (Red+Green+Blue) = 175+42+90=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2A5A is #50D5A5. Grayscale: #575757. Windows color (decimal): -5297574 or 5909167. OLE color: 5909167.

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

Color convert

RGB1754290-
CMYK00.760.490.31
HSL338.35º61.29%42.55%-
HSV(B)338.35º76%68.63%-
XYZ20.3511.5110.82-
YUV87.24129.56190.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=57.00%
G=13.68%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175429000.760.490.31338.3561.2942.55
HexAF2A5A04C311F1523d2b
Octal25752132011461375227553
Binary1010111110101010110100100110011000111111101010010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2A5A; }

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

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

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

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

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

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

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

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