#AB0446

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

Shades of Jazzberry Jam #AB0446

Tints of Jazzberry Jam #AB0446

Color information

#AB0446 (or 0xAB0446) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 04 and 46. RGB value is (171,4,70). Sum of RGB (Red+Green+Blue) = 171+4+70=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0446 is #54FBB9. Grayscale: #3D3D3D. Windows color (decimal): -5569466 or 4588715. OLE color: 4588715.

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

Color convert

RGB171470-
CMYK00.980.590.33
HSL336.29º95.43%34.31%-
HSV(B)336.29º97.66%67.06%-
XYZ17.949.196.62-
YUV61.46132.83206.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=69.80%
G=1.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17147000.980.590.33336.2995.4334.31
HexAB4460623B211505f22
Octal25341060142734152013742
Binary101010111001000110011000101110111000011010100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0446; }

 p { color: rgb(171,4,70); }

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

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

 a { background-color: rgb(171,4,70); }

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

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

 span { border-color: rgb(171,4,70); }

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