#AB426F

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

Shades of Rouge #AB426F

Tints of Rouge #AB426F

Color information

#AB426F (or 0xAB426F) is unknown color: approx Rouge. HEX triplet: AB, 42 and 6F. RGB value is (171,66,111). Sum of RGB (Red+Green+Blue) = 171+66+111=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426F is #54BD90. Grayscale: #666666. Windows color (decimal): -5553553 or 7291563. OLE color: 7291563.

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

Color convert

RGB17166111-
CMYK00.610.350.33
HSL334.29º44.3%46.47%-
HSV(B)334.29º61.4%67.06%-
XYZ21.6113.716.54-
YUV102.52132.79176.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=49.14%
G=18.97%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716611100.610.350.33334.2944.346.47
HexAB426F03D232114e2c2e
Octal25310215707543415165456
Binary10101011100001011011110111101100011100001101001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB426F; }

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

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

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

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

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

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

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

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