#A01359

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

Shades of Jazzberry Jam #A01359

Tints of Jazzberry Jam #A01359

Color information

#A01359 (or 0xA01359) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 13 and 59. RGB value is (160,19,89). Sum of RGB (Red+Green+Blue) = 160+19+89=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A01359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01359 is #5FECA6. Grayscale: #454545. Windows color (decimal): -6286503 or 5837728. OLE color: 5837728.

HSL color Cylindrical-coordinate representation of color #A01359: hue angle of 330.21º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01359 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1601989-
CMYK00.880.440.37
HSL330.21º78.77%35.1%-
HSV(B)330.21º88.13%62.75%-
XYZ16.538.6610.25-
YUV69.14139.21192.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=59.70%
G=7.09%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160198900.880.440.37330.2178.7735.1
HexA013590582C2514a4f23
Octal240231310130544551211743
Binary10100000100111011001010110001011001001011010010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01359; }

 p { color: rgb(160,19,89); }

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

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

 a { background-color: rgb(160,19,89); }

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

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

 span { border-color: rgb(160,19,89); }

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