#AB2A6A

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

Shades of Rouge #AB2A6A

Tints of Rouge #AB2A6A

Color information

#AB2A6A (or 0xAB2A6A) is unknown color: approx Rouge. HEX triplet: AB, 2A and 6A. RGB value is (171,42,106). Sum of RGB (Red+Green+Blue) = 171+42+106=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A6A is #54D595. Grayscale: #575757. Windows color (decimal): -5559702 or 6957739. OLE color: 6957739.

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

Color convert

RGB17142106-
CMYK00.750.380.33
HSL330.23º60.56%41.76%-
HSV(B)330.23º75.44%67.06%-
XYZ20.2211.3514.76-
YUV87.87138.24187.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 42 (16.80% from 255) = 13.17%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=53.61%
G=13.17%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714210600.750.380.33330.2360.5641.76
HexAB2A6A04B262114a3d2a
Octal25352152011346415127552
Binary10101011101010110101001001011100110100001101001010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A6A; }

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

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

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

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

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

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

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

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