#A41063

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

Shades of Jazzberry Jam #A41063

Tints of Jazzberry Jam #A41063

Color information

#A41063 (or 0xA41063) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 10 and 63. RGB value is (164,16,99). Sum of RGB (Red+Green+Blue) = 164+16+99=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A41063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41063 is #5BEF9C. Grayscale: #454545. Windows color (decimal): -6025117 or 6492324. OLE color: 6492324.

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

Color convert

RGB1641699-
CMYK00.900.400.36
HSL326.35º82.22%35.29%-
HSV(B)326.35º90.24%64.31%-
XYZ17.759.1612.64-
YUV69.71144.53195.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=58.78%
G=5.73%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164169900.900.400.36326.3582.2235.29
HexA4106305A28241465223
Octal244201430132504450612243
Binary10100100100001100011010110101010001001001010001101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41063; }

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

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

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

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

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

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

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

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