#AB3F57

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

Shades of Night Shadz #AB3F57

Tints of Night Shadz #AB3F57

Color information

#AB3F57 (or 0xAB3F57) is unknown color: approx Night Shadz. HEX triplet: AB, 3F and 57. RGB value is (171,63,87). Sum of RGB (Red+Green+Blue) = 171+63+87=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F57 is #54C0A8. Grayscale: #626262. Windows color (decimal): -5554345 or 5717931. OLE color: 5717931.

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

Color convert

RGB1716387-
CMYK00.630.490.33
HSL346.67º46.15%45.88%-
HSV(B)346.67º63.16%67.06%-
XYZ20.2912.910.44-
YUV98.03121.78180.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=53.27%
G=19.63%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171638700.630.490.33346.6746.1545.88
HexAB3F5703F312115b2e2e
Octal2537712707761415335656
Binary1010101111111110101110111111110001100001101011011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F57; }

 p { color: rgb(171,63,87); }

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

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

 a { background-color: rgb(171,63,87); }

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

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

 span { border-color: rgb(171,63,87); }

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