#A51B79

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

Shades of Jazzberry Jam #A51B79

Tints of Jazzberry Jam #A51B79

Color information

#A51B79 (or 0xA51B79) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 79. RGB value is (165,27,121). Sum of RGB (Red+Green+Blue) = 165+27+121=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B79 is #5AE486. Grayscale: #4E4E4E. Windows color (decimal): -5956743 or 7936933. OLE color: 7936933.

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

Color convert

RGB16527121-
CMYK00.840.270.35
HSL319.13º71.88%37.65%-
HSV(B)319.13º83.64%64.71%-
XYZ19.3610.1619.03-
YUV78.98151.72189.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 27 (10.94% from 255) = 8.63%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=52.72%
G=8.63%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652712100.840.270.35319.1371.8837.65
HexA51B790541B2313f4826
Octal245331710124334347711046
Binary1010010111011111100101010100110111000111001111111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B79; }

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

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

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

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

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

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

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

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