#AB3C61

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

Shades of Rouge #AB3C61

Tints of Rouge #AB3C61

Color information

#AB3C61 (or 0xAB3C61) is unknown color: approx Rouge. HEX triplet: AB, 3C and 61. RGB value is (171,60,97). Sum of RGB (Red+Green+Blue) = 171+60+97=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C61 is #54C39E. Grayscale: #616161. Windows color (decimal): -5555103 or 6372523. OLE color: 6372523.

HSL color Cylindrical-coordinate representation of color #AB3C61: hue angle of 340º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C61 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1716097-
CMYK00.650.430.33
HSL340º48.05%45.29%-
HSV(B)340º64.91%67.06%-
XYZ20.5712.7512.69-
YUV97.41127.77180.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=52.13%
G=18.29%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171609700.650.430.3334048.0545.29
HexAB3C610412B21154302d
Octal25374141010153415246055
Binary10101011111100110000101000001101011100001101010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C61; }

 p { color: rgb(171,60,97); }

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

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

 a { background-color: rgb(171,60,97); }

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

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

 span { border-color: rgb(171,60,97); }

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