#AB1856

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

Shades of Jazzberry Jam #AB1856

Tints of Jazzberry Jam #AB1856

Color information

#AB1856 (or 0xAB1856) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 18 and 56. RGB value is (171,24,86). Sum of RGB (Red+Green+Blue) = 171+24+86=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1856 is #54E7A9. Grayscale: #4A4A4A. Windows color (decimal): -5564330 or 5642411. OLE color: 5642411.

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

Color convert

RGB1712486-
CMYK00.860.500.33
HSL334.69º75.38%38.24%-
HSV(B)334.69º85.96%67.06%-
XYZ18.89.989.74-
YUV75.02134.2196.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 24 (9.77% from 255) = 8.54%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=60.85%
G=8.54%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171248600.860.500.33334.6975.3838.24
HexAB1856056322114f4b26
Octal253301260126624151711346
Binary10101011110001010110010101101100101000011010011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1856; }

 p { color: rgb(171,24,86); }

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

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

 a { background-color: rgb(171,24,86); }

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

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

 span { border-color: rgb(171,24,86); }

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