#AB0547

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

Shades of Jazzberry Jam #AB0547

Tints of Jazzberry Jam #AB0547

Color information

#AB0547 (or 0xAB0547) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 05 and 47. RGB value is (171,5,71). Sum of RGB (Red+Green+Blue) = 171+5+71=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0547 is #54FAB8. Grayscale: #3E3E3E. Windows color (decimal): -5569209 or 4654507. OLE color: 4654507.

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

Color convert

RGB171571-
CMYK00.970.580.33
HSL336.14º94.32%34.51%-
HSV(B)336.14º97.08%67.06%-
XYZ17.999.226.79-
YUV62.16133205.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.23%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=69.23%
G=2.02%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17157100.970.580.33336.1494.3234.51
HexAB5470613A211505e23
Octal25351070141724152013643
Binary101010111011000111011000011110101000011010100001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0547; }

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

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

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

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

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

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

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

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