#AB3461

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

Shades of Rouge #AB3461

Tints of Rouge #AB3461

Color information

#AB3461 (or 0xAB3461) is unknown color: approx Rouge. HEX triplet: AB, 34 and 61. RGB value is (171,52,97). Sum of RGB (Red+Green+Blue) = 171+52+97=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3461 is #54CB9E. Grayscale: #5C5C5C. Windows color (decimal): -5557151 or 6370475. OLE color: 6370475.

HSL color Cylindrical-coordinate representation of color #AB3461: hue angle of 337.31º degrees, saturation: 0.53, 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 #AB3461 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1715297-
CMYK00.700.430.33
HSL337.31º53.36%43.73%-
HSV(B)337.31º69.59%67.06%-
XYZ20.1811.9812.56-
YUV92.71130.42183.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 52 (20.70% from 255) = 16.25%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=53.44%
G=16.25%
B=30.31%

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
Decimal171529700.700.430.33337.3153.3643.73
HexAB34610462B21151352c
Octal25364141010653415216554
Binary10101011110100110000101000110101011100001101010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3461; }

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

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

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

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

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

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

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

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