#A61876

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

Shades of Jazzberry Jam #A61876

Tints of Jazzberry Jam #A61876

Color information

#A61876 (or 0xA61876) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 18 and 76. RGB value is (166,24,118). Sum of RGB (Red+Green+Blue) = 166+24+118=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A61876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61876 is #59E789. Grayscale: #4C4C4C. Windows color (decimal): -5891978 or 7739558. OLE color: 7739558.

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

Color convert

RGB16624118-
CMYK00.860.290.35
HSL320.28º74.74%37.25%-
HSV(B)320.28º85.54%65.1%-
XYZ19.3210.0718.06-
YUV77.17151.04191.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 24 (9.77% from 255) = 7.79%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=53.90%
G=7.79%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662411800.860.290.35320.2874.7437.25
HexA618760561D231404b25
Octal246301660126354350011345
Binary1010011011000111011001010110111011000111010000001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61876; }

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

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

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

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

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

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

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

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