#AB004E

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

Shades of Jazzberry Jam #AB004E

Tints of Jazzberry Jam #AB004E

Color information

#AB004E (or 0xAB004E) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 4E. RGB value is (171,0,78). Sum of RGB (Red+Green+Blue) = 171+0+78=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB004E is #54FFB1. Grayscale: #3B3B3B. Windows color (decimal): -5570482 or 5111979. OLE color: 5111979.

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

Color convert

RGB171078-
CMYK010.540.33
HSL332.63º100%33.53%-
HSV(B)332.63º100%67.06%-
XYZ18.179.218.03-
YUV60.02138.15207.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=68.67%
G=0%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171078010.540.33332.6310033.53
HexAB04E064362114d6422
Octal25301160144664151514442
Binary1010101101001110011001001101101000011010011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB004E; }

 p { color: rgb(171,0,78); }

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

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

 a { background-color: rgb(171,0,78); }

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

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

 span { border-color: rgb(171,0,78); }

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