#A6136E

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

Shades of Jazzberry Jam #A6136E

Tints of Jazzberry Jam #A6136E

Color information

#A6136E (or 0xA6136E) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 13 and 6E. RGB value is (166,19,110). Sum of RGB (Red+Green+Blue) = 166+19+110=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6136E is #59EC91. Grayscale: #494949. Windows color (decimal): -5893266 or 7213990. OLE color: 7213990.

HSL color Cylindrical-coordinate representation of color #A6136E: hue angle of 322.86º 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 #A6136E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16619110-
CMYK00.890.340.35
HSL322.86º79.46%36.27%-
HSV(B)322.86º88.55%65.1%-
XYZ18.779.715.63-
YUV73.33148.7194.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=56.27%
G=6.44%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661911000.890.340.35322.8679.4636.27
HexA6136E05922231434f24
Octal246231560131424350311744
Binary10100110100111101110010110011000101000111010000111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6136E; }

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

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

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

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

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

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

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

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