#A93571

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

Shades of Rouge #A93571

Tints of Rouge #A93571

Color information

#A93571 (or 0xA93571) is unknown color: approx Rouge. HEX triplet: A9, 35 and 71. RGB value is (169,53,113). Sum of RGB (Red+Green+Blue) = 169+53+113=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A93571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93571 is #56CA8E. Grayscale: #5E5E5E. Windows color (decimal): -5687951 or 7419305. OLE color: 7419305.

HSL color Cylindrical-coordinate representation of color #A93571: hue angle of 328.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93571 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16953113-
CMYK00.690.330.34
HSL328.97º52.25%43.53%-
HSV(B)328.97º68.64%66.27%-
XYZ20.6212.1716.89-
YUV94.52138.43181.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=50.45%
G=15.82%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695311300.690.330.34328.9752.2543.53
HexA935710452122149342c
Octal25165161010541425116454
Binary10101001110101111000101000101100001100010101001001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93571; }

 p { color: rgb(169,53,113); }

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

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

 a { background-color: rgb(169,53,113); }

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

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

 span { border-color: rgb(169,53,113); }

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