#ab043d

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

Shades of Jazzberry Jam #AB043D

Tints of Jazzberry Jam #AB043D

Color information

#AB043D (or 0xAB043D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 04 and 3D. RGB value is (171,4,61). Sum of RGB (Red+Green+Blue) = 171+4+61=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB043D is #54FBC2. Grayscale: #3C3C3C. Windows color (decimal): -5569475 or 3998891. OLE color: 3998891.

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

Color convert

RGB171461-
CMYK00.980.640.33
HSL339.52º95.43%34.31%-
HSV(B)339.52º97.66%67.06%-
XYZ17.689.085.24-
YUV60.43128.33206.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.46%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=72.46%
G=1.69%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17146100.980.640.33339.5295.4334.31
HexAB43D06240211545f22
Octal25347501421004152413742
Binary101010111001111010110001010000001000011010101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab043d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab043d; }

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

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

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

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

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

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

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

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