#AB276A

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

Shades of Rouge #AB276A

Tints of Rouge #AB276A

Color information

#AB276A (or 0xAB276A) is unknown color: approx Rouge. HEX triplet: AB, 27 and 6A. RGB value is (171,39,106). Sum of RGB (Red+Green+Blue) = 171+39+106=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB276A is #54D895. Grayscale: #555555. Windows color (decimal): -5560470 or 6956971. OLE color: 6956971.

HSL color Cylindrical-coordinate representation of color #AB276A: hue angle of 329.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB276A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17139106-
CMYK00.770.380.33
HSL329.55º62.86%41.18%-
HSV(B)329.55º77.19%67.06%-
XYZ20.1211.1514.73-
YUV86.11139.23188.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=54.11%
G=12.34%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713910600.770.380.33329.5562.8641.18
HexAB276A04D262114a3f29
Octal25347152011546415127751
Binary10101011100111110101001001101100110100001101001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB276A; }

 p { color: rgb(171,39,106); }

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

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

 a { background-color: rgb(171,39,106); }

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

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

 span { border-color: rgb(171,39,106); }

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