#AB3655

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

Shades of Night Shadz #AB3655

Tints of Night Shadz #AB3655

Color information

#AB3655 (or 0xAB3655) is unknown color: approx Night Shadz. HEX triplet: AB, 36 and 55. RGB value is (171,54,85). Sum of RGB (Red+Green+Blue) = 171+54+85=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3655 is #54C9AA. Grayscale: #5C5C5C. Windows color (decimal): -5556651 or 5584555. OLE color: 5584555.

HSL color Cylindrical-coordinate representation of color #AB3655: hue angle of 344.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3655 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1715485-
CMYK00.680.500.33
HSL344.1º52%44.12%-
HSV(B)344.1º68.42%67.06%-
XYZ19.7511.959.86-
YUV92.52123.76183.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=55.16%
G=17.42%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171548500.680.500.33344.15244.12
HexAB36550443221158342c
Octal25366125010462415306454
Binary10101011110110101010101000100110010100001101011000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3655; }

 p { color: rgb(171,54,85); }

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

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

 a { background-color: rgb(171,54,85); }

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

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

 span { border-color: rgb(171,54,85); }

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