#A61255

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

Shades of Jazzberry Jam #A61255

Tints of Jazzberry Jam #A61255

Color information

#A61255 (or 0xA61255) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 12 and 55. RGB value is (166,18,85). Sum of RGB (Red+Green+Blue) = 166+18+85=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A61255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61255 is #59EDAA. Grayscale: #454545. Windows color (decimal): -5893547 or 5575334. OLE color: 5575334.

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

Color convert

RGB1661885-
CMYK00.890.490.35
HSL332.84º80.43%36.08%-
HSV(B)332.84º89.16%65.1%-
XYZ17.589.29.44-
YUV69.89136.53196.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=61.71%
G=6.69%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166188500.890.490.35332.8480.4336.08
HexA61255059312314d5024
Octal246221250131614351512044
Binary10100110100101010101010110011100011000111010011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61255; }

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

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

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

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

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

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

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

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