#AB2F49

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

Shades of Night Shadz #AB2F49

Tints of Night Shadz #AB2F49

Color information

#AB2F49 (or 0xAB2F49) is unknown color: approx Night Shadz. HEX triplet: AB, 2F and 49. RGB value is (171,47,73). Sum of RGB (Red+Green+Blue) = 171+47+73=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F49 is #54D0B6. Grayscale: #575757. Windows color (decimal): -5558455 or 4796331. OLE color: 4796331.

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

Color convert

RGB1714773-
CMYK00.730.570.33
HSL347.42º56.88%42.75%-
HSV(B)347.42º72.51%67.06%-
XYZ19.0111.177.46-
YUV87.04120.08187.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=58.76%
G=16.15%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171477300.730.570.33347.4256.8842.75
HexAB2F49049392115b392b
Octal25357111011171415337153
Binary10101011101111100100101001001111001100001101011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F49; }

 p { color: rgb(171,47,73); }

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

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

 a { background-color: rgb(171,47,73); }

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

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

 span { border-color: rgb(171,47,73); }

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