#A40855

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

Shades of Jazzberry Jam #A40855

Tints of Jazzberry Jam #A40855

Color information

#A40855 (or 0xA40855) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 08 and 55. RGB value is (164,8,85). Sum of RGB (Red+Green+Blue) = 164+8+85=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A40855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40855 is #5BF7AA. Grayscale: #3F3F3F. Windows color (decimal): -6027179 or 5572772. OLE color: 5572772.

HSL color Cylindrical-coordinate representation of color #A40855: hue angle of 330.38º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40855 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB164885-
CMYK00.950.480.36
HSL330.38º90.7%33.73%-
HSV(B)330.38º95.12%64.31%-
XYZ17.048.729.38-
YUV63.42140.18199.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.81%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=63.81%
G=3.11%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16488500.950.480.36330.3890.733.73
HexA485505F302414a5b22
Octal244101250137604451213342
Binary1010010010001010101010111111100001001001010010101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40855; }

 p { color: rgb(164,8,85); }

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

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

 a { background-color: rgb(164,8,85); }

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

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

 span { border-color: rgb(164,8,85); }

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