#AB324B

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

Shades of Night Shadz #AB324B

Tints of Night Shadz #AB324B

Color information

#AB324B (or 0xAB324B) is unknown color: approx Night Shadz. HEX triplet: AB, 32 and 4B. RGB value is (171,50,75). Sum of RGB (Red+Green+Blue) = 171+50+75=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB324B is #54CDB4. Grayscale: #595959. Windows color (decimal): -5557685 or 4928171. OLE color: 4928171.

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

Color convert

RGB1715075-
CMYK00.710.560.33
HSL347.6º54.75%43.33%-
HSV(B)347.6º70.76%67.06%-
XYZ19.2111.457.85-
YUV89.03120.09186.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=57.77%
G=16.89%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171507500.710.560.33347.654.7543.33
HexAB324B047382115c372b
Octal25362113010770415346753
Binary10101011110010100101101000111111000100001101011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB324B; }

 p { color: rgb(171,50,75); }

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

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

 a { background-color: rgb(171,50,75); }

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

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

 span { border-color: rgb(171,50,75); }

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