#AB3C70

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

Shades of Rouge #AB3C70

Tints of Rouge #AB3C70

Color information

#AB3C70 (or 0xAB3C70) is unknown color: approx Rouge. HEX triplet: AB, 3C and 70. RGB value is (171,60,112). Sum of RGB (Red+Green+Blue) = 171+60+112=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C70 is #54C38F. Grayscale: #636363. Windows color (decimal): -5555088 or 7355563. OLE color: 7355563.

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

Color convert

RGB17160112-
CMYK00.650.350.33
HSL331.89º48.05%45.29%-
HSV(B)331.89º64.91%67.06%-
XYZ21.3413.0616.73-
YUV99.12135.27179.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=49.85%
G=17.49%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716011200.650.350.33331.8948.0545.29
HexAB3C70041232114c302d
Octal25374160010143415146055
Binary10101011111100111000001000001100011100001101001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C70; }

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

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

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

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

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

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

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

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