#AB314B

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

Shades of Night Shadz #AB314B

Tints of Night Shadz #AB314B

Color information

#AB314B (or 0xAB314B) is unknown color: approx Night Shadz. HEX triplet: AB, 31 and 4B. RGB value is (171,49,75). Sum of RGB (Red+Green+Blue) = 171+49+75=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB314B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB314B is #54CEB4. Grayscale: #585858. Windows color (decimal): -5557941 or 4927915. OLE color: 4927915.

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

Color convert

RGB1714975-
CMYK00.710.560.33
HSL347.21º55.45%43.14%-
HSV(B)347.21º71.35%67.06%-
XYZ19.1611.367.84-
YUV88.44120.42186.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=57.97%
G=16.61%
B=25.42%

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
Decimal171497500.710.560.33347.2155.4543.14
HexAB314B047382115b372b
Octal25361113010770415336753
Binary10101011110001100101101000111111000100001101011011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB314B; }

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

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

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

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

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

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

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

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