#A53A75

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

Shades of Rouge #A53A75

Tints of Rouge #A53A75

Color information

#A53A75 (or 0xA53A75) is unknown color: approx Rouge. HEX triplet: A5, 3A and 75. RGB value is (165,58,117). Sum of RGB (Red+Green+Blue) = 165+58+117=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A75 is #5AC58A. Grayscale: #606060. Windows color (decimal): -5948811 or 7682725. OLE color: 7682725.

HSL color Cylindrical-coordinate representation of color #A53A75: hue angle of 326.92º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A75 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16558117-
CMYK00.650.290.35
HSL326.92º47.98%43.73%-
HSV(B)326.92º64.85%64.71%-
XYZ20.2412.3118.14-
YUV96.72139.45176.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=48.53%
G=17.06%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655811700.650.290.35326.9247.9843.73
HexA53A750411D23147302c
Octal24572165010135435076054
Binary1010010111101011101010100000111101100011101000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A75; }

 p { color: rgb(165,58,117); }

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

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

 a { background-color: rgb(165,58,117); }

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

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

 span { border-color: rgb(165,58,117); }

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