#AB055A

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

Shades of Jazzberry Jam #AB055A

Tints of Jazzberry Jam #AB055A

Color information

#AB055A (or 0xAB055A) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 05 and 5A. RGB value is (171,5,90). Sum of RGB (Red+Green+Blue) = 171+5+90=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB055A is #54FAA5. Grayscale: #404040. Windows color (decimal): -5569190 or 5899691. OLE color: 5899691.

HSL color Cylindrical-coordinate representation of color #AB055A: hue angle of 329.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB055A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB171590-
CMYK00.970.470.33
HSL329.28º94.32%34.51%-
HSV(B)329.28º97.08%67.06%-
XYZ18.699.510.52-
YUV64.32142.5204.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=64.29%
G=1.88%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17159000.970.470.33329.2894.3234.51
HexAB55A0612F211495e23
Octal25351320141574151113643
Binary101010111011011010011000011011111000011010010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB055A; }

 p { color: rgb(171,5,90); }

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

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

 a { background-color: rgb(171,5,90); }

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

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

 span { border-color: rgb(171,5,90); }

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