#A61264

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

Shades of Jazzberry Jam #A61264

Tints of Jazzberry Jam #A61264

Color information

#A61264 (or 0xA61264) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 12 and 64. RGB value is (166,18,100). Sum of RGB (Red+Green+Blue) = 166+18+100=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A61264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61264 is #59ED9B. Grayscale: #474747. Windows color (decimal): -5893532 or 6558374. OLE color: 6558374.

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

Color convert

RGB16618100-
CMYK00.890.400.35
HSL326.76º80.43%36.08%-
HSV(B)326.76º89.16%65.1%-
XYZ18.249.4612.92-
YUV71.6144.03195.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.45%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=58.45%
G=6.34%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661810000.890.400.35326.7680.4336.08
HexA6126405928231475024
Octal246221440131504350712044
Binary10100110100101100100010110011010001000111010001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61264; }

 p { color: rgb(166,18,100); }

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

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

 a { background-color: rgb(166,18,100); }

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

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

 span { border-color: rgb(166,18,100); }

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