#AB276C

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

Shades of Rouge #AB276C

Tints of Rouge #AB276C

Color information

#AB276C (or 0xAB276C) is unknown color: approx Rouge. HEX triplet: AB, 27 and 6C. RGB value is (171,39,108). Sum of RGB (Red+Green+Blue) = 171+39+108=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB276C is #54D893. Grayscale: #565656. Windows color (decimal): -5560468 or 7088043. OLE color: 7088043.

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

Color convert

RGB17139108-
CMYK00.770.370.33
HSL328.64º62.86%41.18%-
HSV(B)328.64º77.19%67.06%-
XYZ20.2311.1915.28-
YUV86.33140.23188.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 39 (15.62% from 255) = 12.26%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=53.77%
G=12.26%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713910800.770.370.33328.6462.8641.18
HexAB276C04D25211493f29
Octal25347154011545415117751
Binary10101011100111110110001001101100101100001101001001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB276C; }

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

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

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

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

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

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

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

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