#A11D5E

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

Shades of Jazzberry Jam #A11D5E

Tints of Jazzberry Jam #A11D5E

Color information

#A11D5E (or 0xA11D5E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 1D and 5E. RGB value is (161,29,94). Sum of RGB (Red+Green+Blue) = 161+29+94=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D5E is #5EE2A1. Grayscale: #4B4B4B. Windows color (decimal): -6218402 or 6167969. OLE color: 6167969.

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

Color convert

RGB1612994-
CMYK00.820.420.37
HSL330.45º69.47%37.25%-
HSV(B)330.45º81.99%63.14%-
XYZ17.169.2611.47-
YUV75.88138.23188.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 29 (11.72% from 255) = 10.21%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=56.69%
G=10.21%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161299400.820.420.37330.4569.4737.25
HexA11D5E0522A2514a4525
Octal241351360122524551210545
Binary10100001111011011110010100101010101001011010010101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11D5E; }

 p { color: rgb(161,29,94); }

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

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

 a { background-color: rgb(161,29,94); }

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

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

 span { border-color: rgb(161,29,94); }

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