#A51B5A

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

Shades of Jazzberry Jam #A51B5A

Tints of Jazzberry Jam #A51B5A

Color information

#A51B5A (or 0xA51B5A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 5A. RGB value is (165,27,90). Sum of RGB (Red+Green+Blue) = 165+27+90=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B5A is #5AE4A5. Grayscale: #4B4B4B. Windows color (decimal): -5956774 or 5905317. OLE color: 5905317.

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

Color convert

RGB1652790-
CMYK00.840.450.35
HSL332.61º71.88%37.65%-
HSV(B)332.61º83.64%64.71%-
XYZ17.759.5210.57-
YUV75.44136.22191.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=58.51%
G=9.57%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165279000.840.450.35332.6171.8837.65
HexA51B5A0542D2314d4826
Octal245331320124554351511046
Binary10100101110111011010010101001011011000111010011011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B5A; }

 p { color: rgb(165,27,90); }

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

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

 a { background-color: rgb(165,27,90); }

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

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

 span { border-color: rgb(165,27,90); }

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