#AB2E52

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

Shades of Night Shadz #AB2E52

Tints of Night Shadz #AB2E52

Color information

#AB2E52 (or 0xAB2E52) is unknown color: approx Night Shadz. HEX triplet: AB, 2E and 52. RGB value is (171,46,82). Sum of RGB (Red+Green+Blue) = 171+46+82=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2E52 is #54D1AD. Grayscale: #575757. Windows color (decimal): -5558702 or 5385899. OLE color: 5385899.

HSL color Cylindrical-coordinate representation of color #AB2E52: hue angle of 342.72º degrees, saturation: 0.58, 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 #AB2E52 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1714682-
CMYK00.730.520.33
HSL342.72º57.6%42.55%-
HSV(B)342.72º73.1%67.06%-
XYZ19.2911.229.13-
YUV87.48124.91187.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=57.19%
G=15.38%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171468200.730.520.33342.7257.642.55
HexAB2E5204934211573a2b
Octal25356122011164415277253
Binary10101011101110101001001001001110100100001101010111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E52; }

 p { color: rgb(171,46,82); }

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

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

 a { background-color: rgb(171,46,82); }

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

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

 span { border-color: rgb(171,46,82); }

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