#AB416D

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

Shades of Rouge #AB416D

Tints of Rouge #AB416D

Color information

#AB416D (or 0xAB416D) is unknown color: approx Rouge. HEX triplet: AB, 41 and 6D. RGB value is (171,65,109). Sum of RGB (Red+Green+Blue) = 171+65+109=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB416D is #54BE92. Grayscale: #656565. Windows color (decimal): -5553811 or 7160235. OLE color: 7160235.

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

Color convert

RGB17165109-
CMYK00.620.360.33
HSL335.09º44.92%46.27%-
HSV(B)335.09º61.99%67.06%-
XYZ21.4513.5415.95-
YUV101.71132.12177.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=49.57%
G=18.84%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716510900.620.360.33335.0944.9246.27
HexAB416D03E242114f2d2e
Octal25310115507644415175556
Binary10101011100000111011010111110100100100001101001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB416D; }

 p { color: rgb(171,65,109); }

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

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

 a { background-color: rgb(171,65,109); }

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

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

 span { border-color: rgb(171,65,109); }

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