#AB416F

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

Shades of Rouge #AB416F

Tints of Rouge #AB416F

Color information

#AB416F (or 0xAB416F) is unknown color: approx Rouge. HEX triplet: AB, 41 and 6F. RGB value is (171,65,111). Sum of RGB (Red+Green+Blue) = 171+65+111=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB416F is #54BE90. Grayscale: #656565. Windows color (decimal): -5553809 or 7291307. OLE color: 7291307.

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

Color convert

RGB17165111-
CMYK00.620.350.33
HSL333.96º44.92%46.27%-
HSV(B)333.96º61.99%67.06%-
XYZ21.5513.5916.53-
YUV101.94133.12177.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=49.28%
G=18.73%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716511100.620.350.33333.9644.9246.27
HexAB416F03E232114e2d2e
Octal25310115707643415165556
Binary10101011100000111011110111110100011100001101001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB416F; }

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

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

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

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

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

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

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

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