#A51063

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

Shades of Jazzberry Jam #A51063

Tints of Jazzberry Jam #A51063

Color information

#A51063 (or 0xA51063) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 10 and 63. RGB value is (165,16,99). Sum of RGB (Red+Green+Blue) = 165+16+99=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A51063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51063 is #5AEF9C. Grayscale: #454545. Windows color (decimal): -5959581 or 6492325. OLE color: 6492325.

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

Color convert

RGB1651699-
CMYK00.900.400.35
HSL326.58º82.32%35.49%-
HSV(B)326.58º90.3%64.71%-
XYZ17.959.2712.65-
YUV70.01144.36195.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=58.93%
G=5.71%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165169900.900.400.35326.5882.3235.49
HexA5106305A28231475223
Octal245201430132504350712243
Binary10100101100001100011010110101010001000111010001111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51063; }

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

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

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

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

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

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

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

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