#A91172

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

Shades of Jazzberry Jam #A91172

Tints of Jazzberry Jam #A91172

Color information

#A91172 (or 0xA91172) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 11 and 72. RGB value is (169,17,114). Sum of RGB (Red+Green+Blue) = 169+17+114=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A91172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91172 is #56EE8D. Grayscale: #494949. Windows color (decimal): -5697166 or 7475625. OLE color: 7475625.

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

Color convert

RGB16917114-
CMYK00.900.330.34
HSL321.71º81.72%36.47%-
HSV(B)321.71º89.94%66.27%-
XYZ19.610.0516.83-
YUV73.51150.86196.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=56.33%
G=5.67%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691711400.900.330.34321.7181.7236.47
HexA9117205A21221425224
Octal251211620132414250212244
Binary10101001100011110010010110101000011000101010000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91172; }

 p { color: rgb(169,17,114); }

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

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

 a { background-color: rgb(169,17,114); }

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

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

 span { border-color: rgb(169,17,114); }

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