#AB416E

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

Shades of Rouge #AB416E

Tints of Rouge #AB416E

Color information

#AB416E (or 0xAB416E) is unknown color: approx Rouge. HEX triplet: AB, 41 and 6E. RGB value is (171,65,110). Sum of RGB (Red+Green+Blue) = 171+65+110=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB416E is #54BE91. Grayscale: #656565. Windows color (decimal): -5553810 or 7225771. OLE color: 7225771.

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

Color convert

RGB17165110-
CMYK00.620.360.33
HSL334.53º44.92%46.27%-
HSV(B)334.53º61.99%67.06%-
XYZ21.513.5616.24-
YUV101.82132.62177.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=49.42%
G=18.79%
B=31.79%

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
Decimal1716511000.620.360.33334.5344.9246.27
HexAB416E03E242114f2d2e
Octal25310115607644415175556
Binary10101011100000111011100111110100100100001101001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB416E; }

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

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

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

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

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

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

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

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