#AB3361

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

Shades of Rouge #AB3361

Tints of Rouge #AB3361

Color information

#AB3361 (or 0xAB3361) is unknown color: approx Rouge. HEX triplet: AB, 33 and 61. RGB value is (171,51,97). Sum of RGB (Red+Green+Blue) = 171+51+97=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3361 is #54CC9E. Grayscale: #5C5C5C. Windows color (decimal): -5557407 or 6370219. OLE color: 6370219.

HSL color Cylindrical-coordinate representation of color #AB3361: hue angle of 337º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3361 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1715197-
CMYK00.700.430.33
HSL337º54.05%43.53%-
HSV(B)337º70.18%67.06%-
XYZ20.1411.8912.54-
YUV92.12130.76184.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=53.61%
G=15.99%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171519700.700.430.3333754.0543.53
HexAB33610462B21151362c
Octal25363141010653415216654
Binary10101011110011110000101000110101011100001101010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3361; }

 p { color: rgb(171,51,97); }

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

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

 a { background-color: rgb(171,51,97); }

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

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

 span { border-color: rgb(171,51,97); }

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