#AB3E63

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

Shades of Rouge #AB3E63

Tints of Rouge #AB3E63

Color information

#AB3E63 (or 0xAB3E63) is unknown color: approx Rouge. HEX triplet: AB, 3E and 63. RGB value is (171,62,99). Sum of RGB (Red+Green+Blue) = 171+62+99=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E63 is #54C19C. Grayscale: #626262. Windows color (decimal): -5554589 or 6504107. OLE color: 6504107.

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

Color convert

RGB1716299-
CMYK00.640.420.33
HSL339.63º46.78%45.69%-
HSV(B)339.63º63.74%67.06%-
XYZ20.771313.22-
YUV98.81128.11179.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=51.51%
G=18.67%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171629900.640.420.33339.6346.7845.69
HexAB3E630402A211542f2e
Octal25376143010052415245756
Binary10101011111110110001101000000101010100001101010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E63; }

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

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

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

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

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

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

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

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