#A91876

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

Shades of Jazzberry Jam #A91876

Tints of Jazzberry Jam #A91876

Color information

#A91876 (or 0xA91876) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 18 and 76. RGB value is (169,24,118). Sum of RGB (Red+Green+Blue) = 169+24+118=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A91876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91876 is #56E789. Grayscale: #4D4D4D. Windows color (decimal): -5695370 or 7739561. OLE color: 7739561.

HSL color Cylindrical-coordinate representation of color #A91876: hue angle of 321.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91876 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16924118-
CMYK00.860.300.34
HSL321.1º75.13%37.84%-
HSV(B)321.1º85.8%66.27%-
XYZ19.9610.418.09-
YUV78.07150.54192.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.34%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=54.34%
G=7.72%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1692411800.860.300.34321.175.1337.84
HexA918760561E221414b26
Octal251301660126364250111346
Binary1010100111000111011001010110111101000101010000011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91876; }

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

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

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

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

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

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

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

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