#AB1078

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

Shades of Jazzberry Jam #AB1078

Tints of Jazzberry Jam #AB1078

Color information

#AB1078 (or 0xAB1078) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 10 and 78. RGB value is (171,16,120). Sum of RGB (Red+Green+Blue) = 171+16+120=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1078 is #54EF87. Grayscale: #494949. Windows color (decimal): -5566344 or 7868587. OLE color: 7868587.

HSL color Cylindrical-coordinate representation of color #AB1078: hue angle of 319.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1078 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17116120-
CMYK00.910.300.33
HSL319.74º82.89%36.67%-
HSV(B)319.74º90.64%67.06%-
XYZ20.3710.3818.7-
YUV74.2153.85197.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=55.70%
G=5.21%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711612000.910.300.33319.7482.8936.67
HexAB107805B1E211405325
Octal253201700133364150012345
Binary1010101110000111100001011011111101000011010000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1078; }

 p { color: rgb(171,16,120); }

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

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

 a { background-color: rgb(171,16,120); }

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

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

 span { border-color: rgb(171,16,120); }

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