#AB384E

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

Shades of Night Shadz #AB384E

Tints of Night Shadz #AB384E

Color information

#AB384E (or 0xAB384E) is unknown color: approx Night Shadz. HEX triplet: AB, 38 and 4E. RGB value is (171,56,78). Sum of RGB (Red+Green+Blue) = 171+56+78=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB384E is #54C7B1. Grayscale: #5C5C5C. Windows color (decimal): -5556146 or 5126315. OLE color: 5126315.

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

Color convert

RGB1715678-
CMYK00.670.540.33
HSL348.52º50.66%44.51%-
HSV(B)348.52º67.25%67.06%-
XYZ19.5812.048.5-
YUV92.89119.6183.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=56.07%
G=18.36%
B=25.57%

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
Decimal171567800.670.540.33348.5250.6644.51
HexAB384E043362115d332d
Octal25370116010366415356355
Binary10101011111000100111001000011110110100001101011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB384E; }

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

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

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

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

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

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

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

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