#A61562

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

Shades of Jazzberry Jam #A61562

Tints of Jazzberry Jam #A61562

Color information

#A61562 (or 0xA61562) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 15 and 62. RGB value is (166,21,98). Sum of RGB (Red+Green+Blue) = 166+21+98=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A61562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61562 is #59EA9D. Grayscale: #484848. Windows color (decimal): -5892766 or 6428070. OLE color: 6428070.

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

Color convert

RGB1662198-
CMYK00.870.410.35
HSL328.14º77.54%36.67%-
HSV(B)328.14º87.35%65.1%-
XYZ18.29.5312.43-
YUV73.13142.04194.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=58.25%
G=7.37%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166219800.870.410.35328.1477.5436.67
HexA6156205729231484e25
Octal246251420127514351011645
Binary10100110101011100010010101111010011000111010010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61562; }

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

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

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

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

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

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

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

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