#AB3B6B

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

Shades of Rouge #AB3B6B

Tints of Rouge #AB3B6B

Color information

#AB3B6B (or 0xAB3B6B) is unknown color: approx Rouge. HEX triplet: AB, 3B and 6B. RGB value is (171,59,107). Sum of RGB (Red+Green+Blue) = 171+59+107=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B6B is #54C494. Grayscale: #616161. Windows color (decimal): -5555349 or 7027627. OLE color: 7027627.

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

Color convert

RGB17159107-
CMYK00.650.370.33
HSL334.29º48.7%45.1%-
HSV(B)334.29º65.5%67.06%-
XYZ21.0112.8515.28-
YUV97.96133.11180.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=50.74%
G=17.51%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715910700.650.370.33334.2948.745.1
HexAB3B6B041252114e312d
Octal25373153010145415166155
Binary10101011111011110101101000001100101100001101001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B6B; }

 p { color: rgb(171,59,107); }

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

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

 a { background-color: rgb(171,59,107); }

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

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

 span { border-color: rgb(171,59,107); }

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