#AB0A5D

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

Shades of Jazzberry Jam #AB0A5D

Tints of Jazzberry Jam #AB0A5D

Color information

#AB0A5D (or 0xAB0A5D) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0A and 5D. RGB value is (171,10,93). Sum of RGB (Red+Green+Blue) = 171+10+93=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0A5D is #54F5A2. Grayscale: #434343. Windows color (decimal): -5567907 or 6097579. OLE color: 6097579.

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

Color convert

RGB1711093-
CMYK00.940.460.33
HSL329.07º88.95%35.49%-
HSV(B)329.07º94.15%67.06%-
XYZ18.889.6711.23-
YUV67.6142.34201.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.41%
GREEN value IS 10 (4.30% from 255) = 3.65%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=62.41%
G=3.65%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171109300.940.460.33329.0788.9535.49
HexABA5D05E2E211495923
Octal253121350136564151113143
Binary1010101110101011101010111101011101000011010010011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A5D; }

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

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

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

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

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

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

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

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