#A41575

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

Shades of Jazzberry Jam #A41575

Tints of Jazzberry Jam #A41575

Color information

#A41575 (or 0xA41575) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 15 and 75. RGB value is (164,21,117). Sum of RGB (Red+Green+Blue) = 164+21+117=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A41575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41575 is #5BEA8A. Grayscale: #4A4A4A. Windows color (decimal): -6023819 or 7673252. OLE color: 7673252.

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

Color convert

RGB16421117-
CMYK00.870.290.36
HSL319.72º77.3%36.27%-
HSV(B)319.72º87.2%64.31%-
XYZ18.799.7117.71-
YUV74.7151.88191.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.30%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=54.30%
G=6.95%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642111700.870.290.36319.7277.336.27
HexA415750571D241404d24
Octal244251650127354450011544
Binary1010010010101111010101010111111011001001010000001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41575; }

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

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

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

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

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

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

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

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