#AB316A

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

Shades of Rouge #AB316A

Tints of Rouge #AB316A

Color information

#AB316A (or 0xAB316A) is unknown color: approx Rouge. HEX triplet: AB, 31 and 6A. RGB value is (171,49,106). Sum of RGB (Red+Green+Blue) = 171+49+106=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB316A is #54CE95. Grayscale: #5B5B5B. Windows color (decimal): -5557910 or 6959531. OLE color: 6959531.

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

Color convert

RGB17149106-
CMYK00.710.380.33
HSL331.97º55.45%43.14%-
HSV(B)331.97º71.35%67.06%-
XYZ20.4911.914.85-
YUV91.98135.92184.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=52.45%
G=15.03%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714910600.710.380.33331.9755.4543.14
HexAB316A047262114c372b
Octal25361152010746415146753
Binary10101011110001110101001000111100110100001101001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB316A; }

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

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

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

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

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

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

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

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