#AB3870

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

Shades of Rouge #AB3870

Tints of Rouge #AB3870

Color information

#AB3870 (or 0xAB3870) is unknown color: approx Rouge. HEX triplet: AB, 38 and 70. RGB value is (171,56,112). Sum of RGB (Red+Green+Blue) = 171+56+112=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3870 is #54C78F. Grayscale: #606060. Windows color (decimal): -5556112 or 7354539. OLE color: 7354539.

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

Color convert

RGB17156112-
CMYK00.670.350.33
HSL330.78º50.66%44.51%-
HSV(B)330.78º67.25%67.06%-
XYZ21.1312.6616.66-
YUV96.77136.6180.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=50.44%
G=16.52%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715611200.670.350.33330.7850.6644.51
HexAB3870043232114b332d
Octal25370160010343415136355
Binary10101011111000111000001000011100011100001101001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3870; }

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

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

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

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

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

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

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

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