#AB334A

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

Shades of Night Shadz #AB334A

Tints of Night Shadz #AB334A

Color information

#AB334A (or 0xAB334A) is unknown color: approx Night Shadz. HEX triplet: AB, 33 and 4A. RGB value is (171,51,74). Sum of RGB (Red+Green+Blue) = 171+51+74=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB334A is #54CCB5. Grayscale: #595959. Windows color (decimal): -5557430 or 4862891. OLE color: 4862891.

HSL color Cylindrical-coordinate representation of color #AB334A: hue angle of 348.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB334A is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1715174-
CMYK00.700.570.33
HSL348.5º54.05%43.53%-
HSV(B)348.5º70.18%67.06%-
XYZ19.2111.527.69-
YUV89.5119.26186.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 74 (29.30% from 255) = 25%
R=57.77%
G=17.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171517400.700.570.33348.554.0543.53
HexAB334A046392115c362c
Octal25363112010671415346654
Binary10101011110011100101001000110111001100001101011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB334A; }

 p { color: rgb(171,51,74); }

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

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

 a { background-color: rgb(171,51,74); }

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

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

 span { border-color: rgb(171,51,74); }

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