#A61166

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

Shades of Jazzberry Jam #A61166

Tints of Jazzberry Jam #A61166

Color information

#A61166 (or 0xA61166) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 11 and 66. RGB value is (166,17,102). Sum of RGB (Red+Green+Blue) = 166+17+102=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A61166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61166 is #59EE99. Grayscale: #474747. Windows color (decimal): -5893786 or 6689190. OLE color: 6689190.

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

Color convert

RGB16617102-
CMYK00.900.390.35
HSL325.77º81.42%35.88%-
HSV(B)325.77º89.76%65.1%-
XYZ18.329.4713.43-
YUV71.24145.36195.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=58.25%
G=5.96%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661710200.900.390.35325.7781.4235.88
HexA6116605A27231465124
Octal246211460132474350612144
Binary10100110100011100110010110101001111000111010001101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61166; }

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

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

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

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

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

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

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

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