#A61877

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

Shades of Jazzberry Jam #A61877

Tints of Jazzberry Jam #A61877

Color information

#A61877 (or 0xA61877) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 18 and 77. RGB value is (166,24,119). Sum of RGB (Red+Green+Blue) = 166+24+119=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A61877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61877 is #59E788. Grayscale: #4D4D4D. Windows color (decimal): -5891977 or 7805094. OLE color: 7805094.

HSL color Cylindrical-coordinate representation of color #A61877: hue angle of 319.86º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61877 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16624119-
CMYK00.860.280.35
HSL319.86º74.74%37.25%-
HSV(B)319.86º85.54%65.1%-
XYZ19.3810.0918.38-
YUV77.29151.54191.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=53.72%
G=7.77%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662411900.860.280.35319.8674.7437.25
HexA618770561C231404b25
Octal246301670126344350011345
Binary1010011011000111011101010110111001000111010000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61877; }

 p { color: rgb(166,24,119); }

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

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

 a { background-color: rgb(166,24,119); }

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

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

 span { border-color: rgb(166,24,119); }

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