#AB3E62

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

Shades of Rouge #AB3E62

Tints of Rouge #AB3E62

Color information

#AB3E62 (or 0xAB3E62) is unknown color: approx Rouge. HEX triplet: AB, 3E and 62. RGB value is (171,62,98). Sum of RGB (Red+Green+Blue) = 171+62+98=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E62 is #54C19D. Grayscale: #626262. Windows color (decimal): -5554590 or 6438571. OLE color: 6438571.

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

Color convert

RGB1716298-
CMYK00.640.430.33
HSL340.18º46.78%45.69%-
HSV(B)340.18º63.74%67.06%-
XYZ20.7212.9912.97-
YUV98.7127.61179.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=51.66%
G=18.73%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171629800.640.430.33340.1846.7845.69
HexAB3E620402B211542f2e
Octal25376142010053415245756
Binary10101011111110110001001000000101011100001101010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E62; }

 p { color: rgb(171,62,98); }

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

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

 a { background-color: rgb(171,62,98); }

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

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

 span { border-color: rgb(171,62,98); }

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