#AB3F63

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

Shades of Rouge #AB3F63

Tints of Rouge #AB3F63

Color information

#AB3F63 (or 0xAB3F63) is unknown color: approx Rouge. HEX triplet: AB, 3F and 63. RGB value is (171,63,99). Sum of RGB (Red+Green+Blue) = 171+63+99=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F63 is #54C09C. Grayscale: #636363. Windows color (decimal): -5554333 or 6504363. OLE color: 6504363.

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

Color convert

RGB1716399-
CMYK00.630.420.33
HSL340º46.15%45.88%-
HSV(B)340º63.16%67.06%-
XYZ20.8213.1113.24-
YUV99.4127.78179.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=51.35%
G=18.92%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171639900.630.420.3334046.1545.88
HexAB3F6303F2A211542e2e
Octal2537714307752415245656
Binary1010101111111111000110111111101010100001101010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F63; }

 p { color: rgb(171,63,99); }

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

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

 a { background-color: rgb(171,63,99); }

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

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

 span { border-color: rgb(171,63,99); }

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