#A91C6D

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

Shades of Jazzberry Jam #A91C6D

Tints of Jazzberry Jam #A91C6D

Color information

#A91C6D (or 0xA91C6D) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 1C and 6D. RGB value is (169,28,109). Sum of RGB (Red+Green+Blue) = 169+28+109=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91C6D is #56E392. Grayscale: #4F4F4F. Windows color (decimal): -5694355 or 7150761. OLE color: 7150761.

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

Color convert

RGB16928109-
CMYK00.830.360.34
HSL325.53º71.57%38.63%-
HSV(B)325.53º83.43%66.27%-
XYZ19.5410.3715.44-
YUV79.39144.71191.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.23%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=55.23%
G=9.15%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692810900.830.360.34325.5371.5738.63
HexA91C6D05324221464827
Octal251341550123444250611047
Binary10101001111001101101010100111001001000101010001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91C6D; }

 p { color: rgb(169,28,109); }

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

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

 a { background-color: rgb(169,28,109); }

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

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

 span { border-color: rgb(169,28,109); }

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