#A51569

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

Shades of Jazzberry Jam #A51569

Tints of Jazzberry Jam #A51569

Color information

#A51569 (or 0xA51569) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 15 and 69. RGB value is (165,21,105). Sum of RGB (Red+Green+Blue) = 165+21+105=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A51569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51569 is #5AEA96. Grayscale: #494949. Windows color (decimal): -5958295 or 6886821. OLE color: 6886821.

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

Color convert

RGB16521105-
CMYK00.870.360.35
HSL325º77.42%36.47%-
HSV(B)325º87.27%64.71%-
XYZ18.349.5614.24-
YUV73.63145.71193.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=56.70%
G=7.22%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652110500.870.360.3532577.4236.47
HexA5156905724231454d24
Octal245251510127444350511544
Binary10100101101011101001010101111001001000111010001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51569; }

 p { color: rgb(165,21,105); }

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

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

 a { background-color: rgb(165,21,105); }

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

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

 span { border-color: rgb(165,21,105); }

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