#A41877

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

Shades of Jazzberry Jam #A41877

Tints of Jazzberry Jam #A41877

Color information

#A41877 (or 0xA41877) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 18 and 77. RGB value is (164,24,119). Sum of RGB (Red+Green+Blue) = 164+24+119=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A41877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41877 is #5BE788. Grayscale: #4C4C4C. Windows color (decimal): -6023049 or 7805092. OLE color: 7805092.

HSL color Cylindrical-coordinate representation of color #A41877: hue angle of 319.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41877 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16424119-
CMYK00.850.270.36
HSL319.29º74.47%36.86%-
HSV(B)319.29º85.37%64.31%-
XYZ18.979.8818.36-
YUV76.69151.88190.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=53.42%
G=7.82%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642411900.850.270.36319.2974.4736.86
HexA418770551B2413f4a25
Octal244301670125334447711245
Binary1010010011000111011101010101110111001001001111111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41877; }

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

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

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

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

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

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

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

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