#A9166C

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

Shades of Jazzberry Jam #A9166C

Tints of Jazzberry Jam #A9166C

Color information

#A9166C (or 0xA9166C) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 16 and 6C. RGB value is (169,22,108). Sum of RGB (Red+Green+Blue) = 169+22+108=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9166C is #56E993. Grayscale: #4B4B4B. Windows color (decimal): -5695892 or 7083689. OLE color: 7083689.

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

Color convert

RGB16922108-
CMYK00.870.360.34
HSL324.9º76.96%37.45%-
HSV(B)324.9º86.98%66.27%-
XYZ19.3610.0915.12-
YUV75.76146.2194.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 22 (8.98% from 255) = 7.36%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=56.52%
G=7.36%
B=36.12%

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
Decimal1692210800.870.360.34324.976.9637.45
HexA9166C05724221454d25
Octal251261540127444250511545
Binary10101001101101101100010101111001001000101010001011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9166C; }

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

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

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

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

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

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

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

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