#A6136F

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

Shades of Jazzberry Jam #A6136F

Tints of Jazzberry Jam #A6136F

Color information

#A6136F (or 0xA6136F) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 13 and 6F. RGB value is (166,19,111). Sum of RGB (Red+Green+Blue) = 166+19+111=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6136F is #59EC90. Grayscale: #494949. Windows color (decimal): -5893265 or 7279526. OLE color: 7279526.

HSL color Cylindrical-coordinate representation of color #A6136F: hue angle of 322.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6136F is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16619111-
CMYK00.890.330.35
HSL322.45º79.46%36.27%-
HSV(B)322.45º88.55%65.1%-
XYZ18.839.7215.92-
YUV73.44149.2194.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 19 (7.81% from 255) = 6.42%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=56.08%
G=6.42%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661911100.890.330.35322.4579.4636.27
HexA6136F05921231424f24
Octal246231570131414350211744
Binary10100110100111101111010110011000011000111010000101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6136F; }

 p { color: rgb(166,19,111); }

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

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

 a { background-color: rgb(166,19,111); }

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

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

 span { border-color: rgb(166,19,111); }

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