#A51E61

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

Shades of Jazzberry Jam #A51E61

Tints of Jazzberry Jam #A51E61

Color information

#A51E61 (or 0xA51E61) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1E and 61. RGB value is (165,30,97). Sum of RGB (Red+Green+Blue) = 165+30+97=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E61 is #5AE19E. Grayscale: #4D4D4D. Windows color (decimal): -5955999 or 6364837. OLE color: 6364837.

HSL color Cylindrical-coordinate representation of color #A51E61: hue angle of 330.22º 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 #A51E61 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1653097-
CMYK00.820.410.35
HSL330.22º69.23%38.24%-
HSV(B)330.22º81.82%64.71%-
XYZ18.149.7912.24-
YUV78138.73190.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=56.51%
G=10.27%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165309700.820.410.35330.2269.2338.24
HexA51E61052292314a4526
Octal245361410122514351210546
Binary10100101111101100001010100101010011000111010010101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E61; }

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

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

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

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

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

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

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

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