#A61564

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

Shades of Jazzberry Jam #A61564

Tints of Jazzberry Jam #A61564

Color information

#A61564 (or 0xA61564) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 15 and 64. RGB value is (166,21,100). Sum of RGB (Red+Green+Blue) = 166+21+100=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A61564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61564 is #59EA9B. Grayscale: #494949. Windows color (decimal): -5892764 or 6559142. OLE color: 6559142.

HSL color Cylindrical-coordinate representation of color #A61564: hue angle of 327.31º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61564 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16621100-
CMYK00.870.400.35
HSL327.31º77.54%36.67%-
HSV(B)327.31º87.35%65.1%-
XYZ18.299.5612.94-
YUV73.36143.04194.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=57.84%
G=7.32%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662110000.870.400.35327.3177.5436.67
HexA6156405728231474e25
Octal246251440127504350711645
Binary10100110101011100100010101111010001000111010001111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61564; }

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

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

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

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

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

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

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

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