#A61154

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

Shades of Jazzberry Jam #A61154

Tints of Jazzberry Jam #A61154

Color information

#A61154 (or 0xA61154) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 11 and 54. RGB value is (166,17,84). Sum of RGB (Red+Green+Blue) = 166+17+84=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A61154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61154 is #59EEAB. Grayscale: #454545. Windows color (decimal): -5893804 or 5509542. OLE color: 5509542.

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

Color convert

RGB1661784-
CMYK00.900.490.35
HSL333.02º81.42%35.88%-
HSV(B)333.02º89.76%65.1%-
XYZ17.539.159.23-
YUV69.19136.36197.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=62.17%
G=6.37%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166178400.900.490.35333.0281.4235.88
HexA6115405A312314d5124
Octal246211240132614351512144
Binary10100110100011010100010110101100011000111010011011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61154; }

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

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

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

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

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

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

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

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