#AB426A

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

Shades of Rouge #AB426A

Tints of Rouge #AB426A

Color information

#AB426A (or 0xAB426A) is unknown color: approx Rouge. HEX triplet: AB, 42 and 6A. RGB value is (171,66,106). Sum of RGB (Red+Green+Blue) = 171+66+106=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426A is #54BD95. Grayscale: #656565. Windows color (decimal): -5553558 or 6963883. OLE color: 6963883.

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

Color convert

RGB17166106-
CMYK00.610.380.33
HSL337.14º44.3%46.47%-
HSV(B)337.14º61.4%67.06%-
XYZ21.3413.5915.13-
YUV101.96130.29177.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=49.85%
G=19.24%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716610600.610.380.33337.1444.346.47
HexAB426A03D26211512c2e
Octal25310215207546415215456
Binary10101011100001011010100111101100110100001101010001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB426A; }

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

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

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

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

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

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

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

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