#AB324E

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

Shades of Night Shadz #AB324E

Tints of Night Shadz #AB324E

Color information

#AB324E (or 0xAB324E) is unknown color: approx Night Shadz. HEX triplet: AB, 32 and 4E. RGB value is (171,50,78). Sum of RGB (Red+Green+Blue) = 171+50+78=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB324E is #54CDB1. Grayscale: #595959. Windows color (decimal): -5557682 or 5124779. OLE color: 5124779.

HSL color Cylindrical-coordinate representation of color #AB324E: hue angle of 346.12º 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 #AB324E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1715078-
CMYK00.710.540.33
HSL346.12º54.75%43.33%-
HSV(B)346.12º70.76%67.06%-
XYZ19.3111.498.41-
YUV89.37121.59186.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=57.19%
G=16.72%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171507800.710.540.33346.1254.7543.33
HexAB324E047362115a372b
Octal25362116010766415326753
Binary10101011110010100111001000111110110100001101011010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB324E; }

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

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

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

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

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

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

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

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