#A51E64

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

Shades of Jazzberry Jam #A51E64

Tints of Jazzberry Jam #A51E64

Color information

#A51E64 (or 0xA51E64) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1E and 64. RGB value is (165,30,100). Sum of RGB (Red+Green+Blue) = 165+30+100=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E64 is #5AE19B. Grayscale: #4E4E4E. Windows color (decimal): -5955996 or 6561445. OLE color: 6561445.

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

Color convert

RGB16530100-
CMYK00.820.390.35
HSL328.89º69.23%38.24%-
HSV(B)328.89º81.82%64.71%-
XYZ18.289.8512.99-
YUV78.34140.23189.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=55.93%
G=10.17%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653010000.820.390.35328.8969.2338.24
HexA51E6405227231494526
Octal245361440122474351110546
Binary10100101111101100100010100101001111000111010010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E64; }

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

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

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

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

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

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

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

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