#AB004D

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

Shades of Jazzberry Jam #AB004D

Tints of Jazzberry Jam #AB004D

Color information

#AB004D (or 0xAB004D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 4D. RGB value is (171,0,77). Sum of RGB (Red+Green+Blue) = 171+0+77=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB004D is #54FFB2. Grayscale: #3B3B3B. Windows color (decimal): -5570483 or 5046443. OLE color: 5046443.

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

Color convert

RGB171077-
CMYK010.550.33
HSL332.98º100%33.53%-
HSV(B)332.98º100%67.06%-
XYZ18.139.197.84-
YUV59.91137.65207.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=68.95%
G=0%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171077010.550.33332.9810033.53
HexAB04D064372114d6422
Octal25301150144674151514442
Binary1010101101001101011001001101111000011010011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB004D; }

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

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

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

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

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

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

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

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