#A51463

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

Shades of Jazzberry Jam #A51463

Tints of Jazzberry Jam #A51463

Color information

#A51463 (or 0xA51463) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 14 and 63. RGB value is (165,20,99). Sum of RGB (Red+Green+Blue) = 165+20+99=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A51463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51463 is #5AEB9C. Grayscale: #484848. Windows color (decimal): -5958557 or 6493349. OLE color: 6493349.

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

Color convert

RGB1652099-
CMYK00.880.400.35
HSL327.31º78.38%36.27%-
HSV(B)327.31º87.88%64.71%-
XYZ18.029.412.67-
YUV72.36143.04194.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.10%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=58.10%
G=7.04%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165209900.880.400.35327.3178.3836.27
HexA5146305828231474e24
Octal245241430130504350711644
Binary10100101101001100011010110001010001000111010001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51463; }

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

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

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

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

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

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

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

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