#AB3573

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

Shades of Rouge #AB3573

Tints of Rouge #AB3573

Color information

#AB3573 (or 0xAB3573) is unknown color: approx Rouge. HEX triplet: AB, 35 and 73. RGB value is (171,53,115). Sum of RGB (Red+Green+Blue) = 171+53+115=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3573 is #54CA8C. Grayscale: #5F5F5F. Windows color (decimal): -5556877 or 7550379. OLE color: 7550379.

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

Color convert

RGB17153115-
CMYK00.690.330.33
HSL328.47º52.68%43.92%-
HSV(B)328.47º69.01%67.06%-
XYZ21.1612.4417.51-
YUV95.35139.09181.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=50.44%
G=15.63%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715311500.690.330.33328.4752.6843.92
HexAB35730452121148352c
Octal25365163010541415106554
Binary10101011110101111001101000101100001100001101001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3573; }

 p { color: rgb(171,53,115); }

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

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

 a { background-color: rgb(171,53,115); }

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

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

 span { border-color: rgb(171,53,115); }

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