#A12265

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

Shades of Jazzberry Jam #A12265

Tints of Jazzberry Jam #A12265

Color information

#A12265 (or 0xA12265) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 22 and 65. RGB value is (161,34,101). Sum of RGB (Red+Green+Blue) = 161+34+101=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A12265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12265 is #5EDD9A. Grayscale: #4F4F4F. Windows color (decimal): -6217115 or 6628001. OLE color: 6628001.

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

Color convert

RGB16134101-
CMYK00.790.370.37
HSL328.35º65.13%38.24%-
HSV(B)328.35º78.88%63.14%-
XYZ17.629.6613.25-
YUV79.61140.08186.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=54.39%
G=11.49%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613410100.790.370.37328.3565.1338.24
HexA1226504F25251484126
Octal241421450117454551010146
Binary101000011000101100101010011111001011001011010010001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12265; }

 p { color: rgb(161,34,101); }

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

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

 a { background-color: rgb(161,34,101); }

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

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

 span { border-color: rgb(161,34,101); }

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