#A9166D

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

Shades of Jazzberry Jam #A9166D

Tints of Jazzberry Jam #A9166D

Color information

#A9166D (or 0xA9166D) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 16 and 6D. RGB value is (169,22,109). Sum of RGB (Red+Green+Blue) = 169+22+109=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9166D is #56E992. Grayscale: #4B4B4B. Windows color (decimal): -5695891 or 7149225. OLE color: 7149225.

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

Color convert

RGB16922109-
CMYK00.870.360.34
HSL324.49º76.96%37.45%-
HSV(B)324.49º86.98%66.27%-
XYZ19.4110.1115.4-
YUV75.87146.7194.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=56.33%
G=7.33%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692210900.870.360.34324.4976.9637.45
HexA9166D05724221444d25
Octal251261550127444250411545
Binary10101001101101101101010101111001001000101010001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9166D; }

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

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

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

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

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

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

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

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