#a11e65

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

Shades of Jazzberry Jam #A11E65

Tints of Jazzberry Jam #A11E65

Color information

#A11E65 (or 0xA11E65) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1E and 65. RGB value is (161,30,101). Sum of RGB (Red+Green+Blue) = 161+30+101=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E65 is #5EE19A. Grayscale: #4D4D4D. Windows color (decimal): -6218139 or 6626977. OLE color: 6626977.

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

Color convert

RGB16130101-
CMYK00.810.370.37
HSL327.48º68.59%37.45%-
HSV(B)327.48º81.37%63.14%-
XYZ17.519.4513.21-
YUV77.26141.4187.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=55.14%
G=10.27%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613010100.810.370.37327.4868.5937.45
HexA11E6505125251474525
Octal241361450121454550710545
Binary10100001111101100101010100011001011001011010001111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11e65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11e65; }

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

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

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

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

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

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

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

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