#A61151

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

Shades of Jazzberry Jam #A61151

Tints of Jazzberry Jam #A61151

Color information

#A61151 (or 0xA61151) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 11 and 51. RGB value is (166,17,81). Sum of RGB (Red+Green+Blue) = 166+17+81=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A61151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61151 is #59EEAE. Grayscale: #444444. Windows color (decimal): -5893807 or 5312934. OLE color: 5312934.

HSL color Cylindrical-coordinate representation of color #A61151: hue angle of 334.23º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61151 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1661781-
CMYK00.900.510.35
HSL334.23º81.42%35.88%-
HSV(B)334.23º89.76%65.1%-
XYZ17.419.18.62-
YUV68.85134.86197.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.88%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=62.88%
G=6.44%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166178100.900.510.35334.2381.4235.88
HexA6115105A332314e5124
Octal246211210132634351612144
Binary10100110100011010001010110101100111000111010011101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61151; }

 p { color: rgb(166,17,81); }

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

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

 a { background-color: rgb(166,17,81); }

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

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

 span { border-color: rgb(166,17,81); }

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