#A51E77

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

Shades of Jazzberry Jam #A51E77

Tints of Jazzberry Jam #A51E77

Color information

#A51E77 (or 0xA51E77) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1E and 77. RGB value is (165,30,119). Sum of RGB (Red+Green+Blue) = 165+30+119=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E77 is #5AE188. Grayscale: #505050. Windows color (decimal): -5955977 or 7806629. OLE color: 7806629.

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

Color convert

RGB16530119-
CMYK00.820.280.35
HSL320.44º69.23%38.24%-
HSV(B)320.44º81.82%64.71%-
XYZ19.3110.2618.42-
YUV80.51149.73188.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=52.55%
G=9.55%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653011900.820.280.35320.4469.2338.24
HexA51E770521C231404526
Octal245361670122344350010546
Binary1010010111110111011101010010111001000111010000001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E77; }

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

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

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

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

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

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

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

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