#AB0947

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

Shades of Jazzberry Jam #AB0947

Tints of Jazzberry Jam #AB0947

Color information

#AB0947 (or 0xAB0947) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 09 and 47. RGB value is (171,9,71). Sum of RGB (Red+Green+Blue) = 171+9+71=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0947 is #54F6B8. Grayscale: #404040. Windows color (decimal): -5568185 or 4655531. OLE color: 4655531.

HSL color Cylindrical-coordinate representation of color #AB0947: hue angle of 337.04º 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 #AB0947 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB171971-
CMYK00.950.580.33
HSL337.04º90%35.29%-
HSV(B)337.04º94.74%67.06%-
XYZ18.039.316.81-
YUV64.51131.67203.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.13%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=68.13%
G=3.59%
B=28.29%

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
Decimal17197100.950.580.33337.049035.29
HexAB94705F3A211515a23
Octal253111070137724152113243
Binary1010101110011000111010111111110101000011010100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0947; }

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

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

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

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

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

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

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

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