#A41054

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

Shades of Jazzberry Jam #A41054

Tints of Jazzberry Jam #A41054

Color information

#A41054 (or 0xA41054) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 10 and 54. RGB value is (164,16,84). Sum of RGB (Red+Green+Blue) = 164+16+84=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A41054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41054 is #5BEFAB. Grayscale: #434343. Windows color (decimal): -6025132 or 5509284. OLE color: 5509284.

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

Color convert

RGB1641684-
CMYK00.900.490.36
HSL332.43º82.22%35.29%-
HSV(B)332.43º90.24%64.31%-
XYZ17.18.99.2-
YUV68137.03196.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.12%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=62.12%
G=6.06%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164168400.900.490.36332.4382.2235.29
HexA4105405A312414c5223
Octal244201240132614451412243
Binary10100100100001010100010110101100011001001010011001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41054; }

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

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

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

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

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

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

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

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