#a11b65

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

Shades of Jazzberry Jam #A11B65

Tints of Jazzberry Jam #A11B65

Color information

#A11B65 (or 0xA11B65) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1B and 65. RGB value is (161,27,101). Sum of RGB (Red+Green+Blue) = 161+27+101=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11B65 is #5EE49A. Grayscale: #4B4B4B. Windows color (decimal): -6218907 or 6626209. OLE color: 6626209.

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

Color convert

RGB16127101-
CMYK00.830.370.37
HSL326.87º71.28%36.86%-
HSV(B)326.87º83.23%63.14%-
XYZ17.449.313.19-
YUV75.5142.39188.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 27 (10.94% from 255) = 9.34%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=55.71%
G=9.34%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612710100.830.370.37326.8771.2836.86
HexA11B6505325251474725
Octal241331450123454550710745
Binary10100001110111100101010100111001011001011010001111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11b65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11b65; }

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

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

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

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

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

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

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

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