#AB315E

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

Shades of Rouge #AB315E

Tints of Rouge #AB315E

Color information

#AB315E (or 0xAB315E) is unknown color: approx Rouge. HEX triplet: AB, 31 and 5E. RGB value is (171,49,94). Sum of RGB (Red+Green+Blue) = 171+49+94=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB315E is #54CEA1. Grayscale: #5A5A5A. Windows color (decimal): -5557922 or 6173099. OLE color: 6173099.

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

Color convert

RGB1714994-
CMYK00.710.450.33
HSL337.87º55.45%43.14%-
HSV(B)337.87º71.35%67.06%-
XYZ19.9111.6611.79-
YUV90.61129.92185.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=54.46%
G=15.61%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171499400.710.450.33337.8755.4543.14
HexAB315E0472D21152372b
Octal25361136010755415226753
Binary10101011110001101111001000111101101100001101010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB315E; }

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

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

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

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

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

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

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

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