#A9116D

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

Shades of Jazzberry Jam #A9116D

Tints of Jazzberry Jam #A9116D

Color information

#A9116D (or 0xA9116D) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 11 and 6D. RGB value is (169,17,109). Sum of RGB (Red+Green+Blue) = 169+17+109=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9116D is #56EE92. Grayscale: #484848. Windows color (decimal): -5697171 or 7147945. OLE color: 7147945.

HSL color Cylindrical-coordinate representation of color #A9116D: hue angle of 323.68º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9116D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16917109-
CMYK00.900.360.34
HSL323.68º81.72%36.47%-
HSV(B)323.68º89.94%66.27%-
XYZ19.329.9415.37-
YUV72.94148.36196.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=57.29%
G=5.76%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691710900.900.360.34323.6881.7236.47
HexA9116D05A24221445224
Octal251211550132444250412244
Binary10101001100011101101010110101001001000101010001001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9116D; }

 p { color: rgb(169,17,109); }

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

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

 a { background-color: rgb(169,17,109); }

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

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

 span { border-color: rgb(169,17,109); }

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