#A40A58

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

Shades of Jazzberry Jam #A40A58

Tints of Jazzberry Jam #A40A58

Color information

#A40A58 (or 0xA40A58) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0A and 58. RGB value is (164,10,88). Sum of RGB (Red+Green+Blue) = 164+10+88=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A58 is #5BF5A7. Grayscale: #404040. Windows color (decimal): -6026664 or 5769892. OLE color: 5769892.

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

Color convert

RGB1641088-
CMYK00.940.460.36
HSL329.61º88.51%34.12%-
HSV(B)329.61º93.9%64.31%-
XYZ17.188.8110.03-
YUV64.94141.02198.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.60%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=62.60%
G=3.82%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164108800.940.460.36329.6188.5134.12
HexA4A5805E2E2414a5922
Octal244121300136564451213142
Binary1010010010101011000010111101011101001001010010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A58; }

 p { color: rgb(164,10,88); }

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

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

 a { background-color: rgb(164,10,88); }

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

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

 span { border-color: rgb(164,10,88); }

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