#AB1760

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

Shades of Jazzberry Jam #AB1760

Tints of Jazzberry Jam #AB1760

Color information

#AB1760 (or 0xAB1760) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 17 and 60. RGB value is (171,23,96). Sum of RGB (Red+Green+Blue) = 171+23+96=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1760 is #54E89F. Grayscale: #4B4B4B. Windows color (decimal): -5564576 or 6297515. OLE color: 6297515.

HSL color Cylindrical-coordinate representation of color #AB1760: hue angle of 330.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1760 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1712396-
CMYK00.870.440.33
HSL330.41º76.29%38.04%-
HSV(B)330.41º86.55%67.06%-
XYZ19.2110.1212.01-
YUV75.57139.53196.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=58.97%
G=7.93%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171239600.870.440.33330.4176.2938.04
HexAB17600572C2114a4c26
Octal253271400127544151211446
Binary10101011101111100000010101111011001000011010010101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1760; }

 p { color: rgb(171,23,96); }

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

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

 a { background-color: rgb(171,23,96); }

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

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

 span { border-color: rgb(171,23,96); }

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