#AB1B68

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

Shades of Jazzberry Jam #AB1B68

Tints of Jazzberry Jam #AB1B68

Color information

#AB1B68 (or 0xAB1B68) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1B and 68. RGB value is (171,27,104). Sum of RGB (Red+Green+Blue) = 171+27+104=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B68 is #54E497. Grayscale: #4E4E4E. Windows color (decimal): -5563544 or 6822827. OLE color: 6822827.

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

Color convert

RGB17127104-
CMYK00.840.390.33
HSL327.92º72.73%38.82%-
HSV(B)327.92º84.21%67.06%-
XYZ19.6910.4414.07-
YUV78.83142.21193.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 27 (10.94% from 255) = 8.94%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=56.62%
G=8.94%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712710400.840.390.33327.9272.7338.82
HexAB1B6805427211484927
Octal253331500124474151011147
Binary10101011110111101000010101001001111000011010010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1B68; }

 p { color: rgb(171,27,104); }

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

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

 a { background-color: rgb(171,27,104); }

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

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

 span { border-color: rgb(171,27,104); }

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