#AB045D

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

Shades of Jazzberry Jam #AB045D

Tints of Jazzberry Jam #AB045D

Color information

#AB045D (or 0xAB045D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 04 and 5D. RGB value is (171,4,93). Sum of RGB (Red+Green+Blue) = 171+4+93=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB045D is #54FBA2. Grayscale: #3F3F3F. Windows color (decimal): -5569443 or 6096043. OLE color: 6096043.

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

Color convert

RGB171493-
CMYK00.980.460.33
HSL328.02º95.43%34.31%-
HSV(B)328.02º97.66%67.06%-
XYZ18.819.5411.2-
YUV64.08144.33204.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=63.81%
G=1.49%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17149300.980.460.33328.0295.4334.31
HexAB45D0622E211485f22
Octal25341350142564151013742
Binary101010111001011101011000101011101000011010010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB045D; }

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

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

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

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

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

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

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

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