#A9056A

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

Shades of Jazzberry Jam #A9056A

Tints of Jazzberry Jam #A9056A

Color information

#A9056A (or 0xA9056A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 05 and 6A. RGB value is (169,5,106). Sum of RGB (Red+Green+Blue) = 169+5+106=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9056A is #56FA95. Grayscale: #414141. Windows color (decimal): -5700246 or 6948265. OLE color: 6948265.

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

Color convert

RGB1695106-
CMYK00.970.370.34
HSL323.05º94.25%34.12%-
HSV(B)323.05º97.04%66.27%-
XYZ19.029.5814.48-
YUV65.55150.83201.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.36%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=60.36%
G=1.79%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169510600.970.370.34323.0594.2534.12
HexA956A06125221435e22
Octal25151520141454250313642
Binary101010011011101010011000011001011000101010000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9056A; }

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

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

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

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

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

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

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

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