#AB4068

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

Shades of Rouge #AB4068

Tints of Rouge #AB4068

Color information

#AB4068 (or 0xAB4068) is unknown color: approx Rouge. HEX triplet: AB, 40 and 68. RGB value is (171,64,104). Sum of RGB (Red+Green+Blue) = 171+64+104=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4068 is #54BF97. Grayscale: #646464. Windows color (decimal): -5554072 or 6832299. OLE color: 6832299.

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

Color convert

RGB17164104-
CMYK00.630.390.33
HSL337.57º45.53%46.08%-
HSV(B)337.57º62.57%67.06%-
XYZ21.1313.3214.56-
YUV100.55129.95178.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=50.44%
G=18.88%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716410400.630.390.33337.5745.5346.08
HexAB406803F27211522e2e
Octal25310015007747415225656
Binary10101011100000011010000111111100111100001101010010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4068; }

 p { color: rgb(171,64,104); }

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

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

 a { background-color: rgb(171,64,104); }

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

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

 span { border-color: rgb(171,64,104); }

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