#A11048

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

Shades of Jazzberry Jam #A11048

Tints of Jazzberry Jam #A11048

Color information

#A11048 (or 0xA11048) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 10 and 48. RGB value is (161,16,72). Sum of RGB (Red+Green+Blue) = 161+16+72=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A11048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11048 is #5EEFB7. Grayscale: #414141. Windows color (decimal): -6221752 or 4722849. OLE color: 4722849.

HSL color Cylindrical-coordinate representation of color #A11048: hue angle of 336.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11048 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1611672-
CMYK00.900.550.37
HSL336.83º81.92%34.71%-
HSV(B)336.83º90.06%63.14%-
XYZ16.058.426.91-
YUV65.74131.54195.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.66%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=64.66%
G=6.43%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161167200.900.550.37336.8381.9234.71
HexA1104805A37251515223
Octal241201100132674552112243
Binary10100001100001001000010110101101111001011010100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11048; }

 p { color: rgb(161,16,72); }

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

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

 a { background-color: rgb(161,16,72); }

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

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

 span { border-color: rgb(161,16,72); }

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