#A40464

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

Shades of Jazzberry Jam #A40464

Tints of Jazzberry Jam #A40464

Color information

#A40464 (or 0xA40464) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 04 and 64. RGB value is (164,4,100). Sum of RGB (Red+Green+Blue) = 164+4+100=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A40464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40464 is #5BFB9B. Grayscale: #3E3E3E. Windows color (decimal): -6028188 or 6554788. OLE color: 6554788.

HSL color Cylindrical-coordinate representation of color #A40464: hue angle of 324º 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 #A40464 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1644100-
CMYK00.980.390.36
HSL324º95.24%32.94%-
HSV(B)324º97.56%64.31%-
XYZ17.658.912.84-
YUV62.78149.01200.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=61.19%
G=1.49%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164410000.980.390.3632495.2432.94
HexA446406227241445f21
Octal24441440142474450413741
Binary101001001001100100011000101001111001001010001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40464; }

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

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

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

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

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

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

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

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