#A9246F

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

Shades of Jazzberry Jam #A9246F

Tints of Jazzberry Jam #A9246F

Color information

#A9246F (or 0xA9246F) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 24 and 6F. RGB value is (169,36,111). Sum of RGB (Red+Green+Blue) = 169+36+111=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9246F is #56DB90. Grayscale: #545454. Windows color (decimal): -5692305 or 7283881. OLE color: 7283881.

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

Color convert

RGB16936111-
CMYK00.790.340.34
HSL326.17º64.88%40.2%-
HSV(B)326.17º78.7%66.27%-
XYZ19.8610.8416.09-
YUV84.32143.06188.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.48%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=53.48%
G=11.39%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693611100.790.340.34326.1764.8840.2
HexA9246F04F22221464128
Octal251441570117424250610150
Binary101010011001001101111010011111000101000101010001101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9246F; }

 p { color: rgb(169,36,111); }

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

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

 a { background-color: rgb(169,36,111); }

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

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

 span { border-color: rgb(169,36,111); }

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