#AB2368

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

Shades of Jazzberry Jam #AB2368

Tints of Jazzberry Jam #AB2368

Color information

#AB2368 (or 0xAB2368) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 23 and 68. RGB value is (171,35,104). Sum of RGB (Red+Green+Blue) = 171+35+104=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2368 is #54DC97. Grayscale: #535353. Windows color (decimal): -5561496 or 6824875. OLE color: 6824875.

HSL color Cylindrical-coordinate representation of color #AB2368: hue angle of 329.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2368 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17135104-
CMYK00.800.390.33
HSL329.56º66.02%40.39%-
HSV(B)329.56º79.53%67.06%-
XYZ19.8910.8614.14-
YUV83.53139.56190.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=55.16%
G=11.29%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713510400.800.390.33329.5666.0240.39
HexAB2368050272114a4228
Octal253431500120474151210250
Binary101010111000111101000010100001001111000011010010101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2368; }

 p { color: rgb(171,35,104); }

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

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

 a { background-color: rgb(171,35,104); }

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

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

 span { border-color: rgb(171,35,104); }

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