#AB356E

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

Shades of Rouge #AB356E

Tints of Rouge #AB356E

Color information

#AB356E (or 0xAB356E) is unknown color: approx Rouge. HEX triplet: AB, 35 and 6E. RGB value is (171,53,110). Sum of RGB (Red+Green+Blue) = 171+53+110=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB356E is #54CA91. Grayscale: #5E5E5E. Windows color (decimal): -5556882 or 7222699. OLE color: 7222699.

HSL color Cylindrical-coordinate representation of color #AB356E: hue angle of 331.02º 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 #AB356E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17153110-
CMYK00.690.360.33
HSL331.02º52.68%43.92%-
HSV(B)331.02º69.01%67.06%-
XYZ20.8812.3316.03-
YUV94.78136.59182.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=51.20%
G=15.87%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715311000.690.360.33331.0252.6843.92
HexAB356E045242114b352c
Octal25365156010544415136554
Binary10101011110101110111001000101100100100001101001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB356E; }

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

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

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

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

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

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

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

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