#A40455

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

Shades of Jazzberry Jam #A40455

Tints of Jazzberry Jam #A40455

Color information

#A40455 (or 0xA40455) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 04 and 55. RGB value is (164,4,85). Sum of RGB (Red+Green+Blue) = 164+4+85=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A40455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40455 is #5BFBAA. Grayscale: #3C3C3C. Windows color (decimal): -6028203 or 5571748. OLE color: 5571748.

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

Color convert

RGB164485-
CMYK00.980.480.36
HSL329.62º95.24%32.94%-
HSV(B)329.62º97.56%64.31%-
XYZ16.998.649.37-
YUV61.07141.51201.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.82%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=64.82%
G=1.58%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16448500.980.480.36329.6295.2432.94
HexA4455062302414a5f21
Octal24441250142604451213741
Binary101001001001010101011000101100001001001010010101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40455; }

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

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

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

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

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

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

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

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