#AB315A

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

Shades of Rouge #AB315A

Tints of Rouge #AB315A

Color information

#AB315A (or 0xAB315A) is unknown color: approx Rouge. HEX triplet: AB, 31 and 5A. RGB value is (171,49,90). Sum of RGB (Red+Green+Blue) = 171+49+90=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB315A is #54CEA5. Grayscale: #5A5A5A. Windows color (decimal): -5557926 or 5910955. OLE color: 5910955.

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

Color convert

RGB1714990-
CMYK00.710.470.33
HSL339.84º55.45%43.14%-
HSV(B)339.84º71.35%67.06%-
XYZ19.7411.5910.87-
YUV90.15127.92185.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=55.16%
G=15.81%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171499000.710.470.33339.8455.4543.14
HexAB315A0472F21154372b
Octal25361132010757415246753
Binary10101011110001101101001000111101111100001101010100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB315A; }

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

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

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

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

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

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

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

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