#A9166A

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

Shades of Jazzberry Jam #A9166A

Tints of Jazzberry Jam #A9166A

Color information

#A9166A (or 0xA9166A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 16 and 6A. RGB value is (169,22,106). Sum of RGB (Red+Green+Blue) = 169+22+106=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9166A is #56E995. Grayscale: #4B4B4B. Windows color (decimal): -5695894 or 6952617. OLE color: 6952617.

HSL color Cylindrical-coordinate representation of color #A9166A: hue angle of 325.71º 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 #A9166A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16922106-
CMYK00.870.370.34
HSL325.71º76.96%37.45%-
HSV(B)325.71º86.98%66.27%-
XYZ19.2510.0514.56-
YUV75.53145.2194.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=56.90%
G=7.41%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692210600.870.370.34325.7176.9637.45
HexA9166A05725221464d25
Octal251261520127454250611545
Binary10101001101101101010010101111001011000101010001101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9166A; }

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

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

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

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

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

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

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

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