#A11255

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

Shades of Jazzberry Jam #A11255

Tints of Jazzberry Jam #A11255

Color information

#A11255 (or 0xA11255) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 12 and 55. RGB value is (161,18,85). Sum of RGB (Red+Green+Blue) = 161+18+85=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A11255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11255 is #5EEDAA. Grayscale: #444444. Windows color (decimal): -6221227 or 5575329. OLE color: 5575329.

HSL color Cylindrical-coordinate representation of color #A11255: hue angle of 331.89º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11255 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1611885-
CMYK00.890.470.37
HSL331.89º79.89%35.1%-
HSV(B)331.89º88.82%63.14%-
XYZ16.558.679.39-
YUV68.4137.38194.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=60.98%
G=6.82%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161188500.890.470.37331.8979.8935.1
HexA112550592F2514c5023
Octal241221250131574551412043
Binary10100001100101010101010110011011111001011010011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11255; }

 p { color: rgb(161,18,85); }

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

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

 a { background-color: rgb(161,18,85); }

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

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

 span { border-color: rgb(161,18,85); }

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