#A41571

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

Shades of Jazzberry Jam #A41571

Tints of Jazzberry Jam #A41571

Color information

#A41571 (or 0xA41571) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 15 and 71. RGB value is (164,21,113). Sum of RGB (Red+Green+Blue) = 164+21+113=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A41571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41571 is #5BEA8E. Grayscale: #4A4A4A. Windows color (decimal): -6023823 or 7411108. OLE color: 7411108.

HSL color Cylindrical-coordinate representation of color #A41571: hue angle of 321.4º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41571 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16421113-
CMYK00.870.310.36
HSL321.4º77.3%36.27%-
HSV(B)321.4º87.2%64.31%-
XYZ18.569.6216.5-
YUV74.24149.88192.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 21 (8.59% from 255) = 7.05%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=55.03%
G=7.05%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642111300.870.310.36321.477.336.27
HexA415710571F241414d24
Octal244251610127374450111544
Binary1010010010101111000101010111111111001001010000011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41571; }

 p { color: rgb(164,21,113); }

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

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

 a { background-color: rgb(164,21,113); }

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

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

 span { border-color: rgb(164,21,113); }

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