#A40C54

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

Shades of Jazzberry Jam #A40C54

Tints of Jazzberry Jam #A40C54

Color information

#A40C54 (or 0xA40C54) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0C and 54. RGB value is (164,12,84). Sum of RGB (Red+Green+Blue) = 164+12+84=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C54 is #5BF3AB. Grayscale: #414141. Windows color (decimal): -6026156 or 5508260. OLE color: 5508260.

HSL color Cylindrical-coordinate representation of color #A40C54: hue angle of 331.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C54 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1641284-
CMYK00.930.490.36
HSL331.58º86.36%34.51%-
HSV(B)331.58º92.68%64.31%-
XYZ17.048.89.19-
YUV65.66138.36198.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.08%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=63.08%
G=4.62%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164128400.930.490.36331.5886.3634.51
HexA4C5405D312414c5623
Octal244141240135614451412643
Binary1010010011001010100010111011100011001001010011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40C54; }

 p { color: rgb(164,12,84); }

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

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

 a { background-color: rgb(164,12,84); }

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

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

 span { border-color: rgb(164,12,84); }

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