#AB0948

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

Shades of Jazzberry Jam #AB0948

Tints of Jazzberry Jam #AB0948

Color information

#AB0948 (or 0xAB0948) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 09 and 48. RGB value is (171,9,72). Sum of RGB (Red+Green+Blue) = 171+9+72=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0948 is #54F6B7. Grayscale: #404040. Windows color (decimal): -5568184 or 4721067. OLE color: 4721067.

HSL color Cylindrical-coordinate representation of color #AB0948: hue angle of 336.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0948 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB171972-
CMYK00.950.580.33
HSL336.67º90%35.29%-
HSV(B)336.67º94.74%67.06%-
XYZ18.069.326.98-
YUV64.62132.17203.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.86%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=67.86%
G=3.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17197200.950.580.33336.679035.29
HexAB94805F3A211515a23
Octal253111100137724152113243
Binary1010101110011001000010111111110101000011010100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0948; }

 p { color: rgb(171,9,72); }

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

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

 a { background-color: rgb(171,9,72); }

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

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

 span { border-color: rgb(171,9,72); }

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