#A2415E

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

Shades of Rouge #A2415E

Tints of Rouge #A2415E

Color information

#A2415E (or 0xA2415E) is unknown color: approx Rouge. HEX triplet: A2, 41 and 5E. RGB value is (162,65,94). Sum of RGB (Red+Green+Blue) = 162+65+94=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2415E is #5DBEA1. Grayscale: #616161. Windows color (decimal): -6143650 or 6177186. OLE color: 6177186.

HSL color Cylindrical-coordinate representation of color #A2415E: hue angle of 342.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2415E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1626594-
CMYK00.600.420.36
HSL342.06º42.73%44.51%-
HSV(B)342.06º59.88%63.53%-
XYZ18.8112.2711.97-
YUV97.31126.14174.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=50.47%
G=20.25%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162659400.600.420.36342.0642.7344.51
HexA2415E03C2A241562b2d
Octal24210113607452445265355
Binary10100010100000110111100111100101010100100101010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2415E; }

 p { color: rgb(162,65,94); }

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

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

 a { background-color: rgb(162,65,94); }

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

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

 span { border-color: rgb(162,65,94); }

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