#AB394E

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

Shades of Night Shadz #AB394E

Tints of Night Shadz #AB394E

Color information

#AB394E (or 0xAB394E) is unknown color: approx Night Shadz. HEX triplet: AB, 39 and 4E. RGB value is (171,57,78). Sum of RGB (Red+Green+Blue) = 171+57+78=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB394E is #54C6B1. Grayscale: #5D5D5D. Windows color (decimal): -5555890 or 5126571. OLE color: 5126571.

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

Color convert

RGB1715778-
CMYK00.670.540.33
HSL348.95º50%44.71%-
HSV(B)348.95º66.67%67.06%-
XYZ19.6312.138.52-
YUV93.48119.27183.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=55.88%
G=18.63%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171577800.670.540.33348.955044.71
HexAB394E043362115d322d
Octal25371116010366415356255
Binary10101011111001100111001000011110110100001101011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB394E; }

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

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

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

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

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

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

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

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