#AB395A

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

Shades of Night Shadz #AB395A

Tints of Night Shadz #AB395A

Color information

#AB395A (or 0xAB395A) is unknown color: approx Night Shadz. HEX triplet: AB, 39 and 5A. RGB value is (171,57,90). Sum of RGB (Red+Green+Blue) = 171+57+90=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB395A is #54C6A5. Grayscale: #5E5E5E. Windows color (decimal): -5555878 or 5913003. OLE color: 5913003.

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

Color convert

RGB1715790-
CMYK00.670.470.33
HSL342.63º50%44.71%-
HSV(B)342.63º66.67%67.06%-
XYZ20.112.3210.99-
YUV94.85125.27182.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=53.77%
G=17.92%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171579000.670.470.33342.635044.71
HexAB395A0432F21157322d
Octal25371132010357415276255
Binary10101011111001101101001000011101111100001101010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB395A; }

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

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

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

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

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

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

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

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