#AB2071

Color #AB2071 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AB2071

Tints of Jazzberry Jam #AB2071

Color information

#AB2071 (or 0xAB2071) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 20 and 71. RGB value is (171,32,113). Sum of RGB (Red+Green+Blue) = 171+32+113=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2071 is #54DF8E. Grayscale: #525252. Windows color (decimal): -5562255 or 7413931. OLE color: 7413931.

HSL color Cylindrical-coordinate representation of color #AB2071: hue angle of 325.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2071 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17132113-
CMYK00.810.340.33
HSL325.04º68.47%39.8%-
HSV(B)325.04º81.29%67.06%-
XYZ20.2910.8816.65-
YUV82.8145.05190.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=54.11%
G=10.13%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713211300.810.340.33325.0468.4739.8
HexAB207105122211454428
Octal253401610121424150510450
Binary101010111000001110001010100011000101000011010001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2071; }

 p { color: rgb(171,32,113); }

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

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

 a { background-color: rgb(171,32,113); }

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

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

 span { border-color: rgb(171,32,113); }

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