#A51B78

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

Shades of Jazzberry Jam #A51B78

Tints of Jazzberry Jam #A51B78

Color information

#A51B78 (or 0xA51B78) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 78. RGB value is (165,27,120). Sum of RGB (Red+Green+Blue) = 165+27+120=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B78 is #5AE487. Grayscale: #4E4E4E. Windows color (decimal): -5956744 or 7871397. OLE color: 7871397.

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

Color convert

RGB16527120-
CMYK00.840.270.35
HSL319.57º71.88%37.65%-
HSV(B)319.57º83.64%64.71%-
XYZ19.310.1418.71-
YUV78.86151.22189.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=52.88%
G=8.65%
B=38.46%

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
Decimal1652712000.840.270.35319.5771.8837.65
HexA51B780541B231404826
Octal245331700124334350011046
Binary1010010111011111100001010100110111000111010000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B78; }

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

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

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

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

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

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

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

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