#ad1159

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

Shades of Jazzberry Jam #AD1159

Tints of Jazzberry Jam #AD1159

Color information

#AD1159 (or 0xAD1159) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 11 and 59. RGB value is (173,17,89). Sum of RGB (Red+Green+Blue) = 173+17+89=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1159 is #52EEA6. Grayscale: #474747. Windows color (decimal): -5435047 or 5837229. OLE color: 5837229.

HSL color Cylindrical-coordinate representation of color #AD1159: hue angle of 332.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1159 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1731789-
CMYK00.900.490.32
HSL332.31º82.11%37.25%-
HSV(B)332.31º90.17%67.84%-
XYZ19.2410.0110.37-
YUV71.85137.68200.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.01%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=62.01%
G=6.09%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173178900.900.490.32332.3182.1137.25
HexAD115905A312014c5225
Octal255211310132614051412245
Binary10101101100011011001010110101100011000001010011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1159; }

 p { color: rgb(173,17,89); }

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

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

 a { background-color: rgb(173,17,89); }

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

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

 span { border-color: rgb(173,17,89); }

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