#A91070

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

Shades of Jazzberry Jam #A91070

Tints of Jazzberry Jam #A91070

Color information

#A91070 (or 0xA91070) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 10 and 70. RGB value is (169,16,112). Sum of RGB (Red+Green+Blue) = 169+16+112=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A91070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91070 is #56EF8F. Grayscale: #484848. Windows color (decimal): -5697424 or 7344297. OLE color: 7344297.

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

Color convert

RGB16916112-
CMYK00.910.340.34
HSL322.35º82.7%36.27%-
HSV(B)322.35º90.53%66.27%-
XYZ19.479.9816.23-
YUV72.69150.19196.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=56.90%
G=5.39%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691611200.910.340.34322.3582.736.27
HexA9107005B22221425324
Octal251201600133424250212344
Binary10101001100001110000010110111000101000101010000101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91070; }

 p { color: rgb(169,16,112); }

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

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

 a { background-color: rgb(169,16,112); }

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

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

 span { border-color: rgb(169,16,112); }

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