#a51964

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

Shades of Jazzberry Jam #A51964

Tints of Jazzberry Jam #A51964

Color information

#A51964 (or 0xA51964) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 19 and 64. RGB value is (165,25,100). Sum of RGB (Red+Green+Blue) = 165+25+100=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A51964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51964 is #5AE69B. Grayscale: #4B4B4B. Windows color (decimal): -5957276 or 6560165. OLE color: 6560165.

HSL color Cylindrical-coordinate representation of color #A51964: hue angle of 327.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51964 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16525100-
CMYK00.850.390.35
HSL327.86º73.68%37.25%-
HSV(B)327.86º84.85%64.71%-
XYZ18.169.6112.96-
YUV75.41141.88191.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.90%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=56.90%
G=8.62%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652510000.850.390.35327.8673.6837.25
HexA5196405527231484a25
Octal245311440125474351011245
Binary10100101110011100100010101011001111000111010010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51964; }

 p { color: rgb(165,25,100); }

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

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

 a { background-color: rgb(165,25,100); }

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

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

 span { border-color: rgb(165,25,100); }

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