#A41358

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

Shades of Jazzberry Jam #A41358

Tints of Jazzberry Jam #A41358

Color information

#A41358 (or 0xA41358) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 13 and 58. RGB value is (164,19,88). Sum of RGB (Red+Green+Blue) = 164+19+88=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A41358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41358 is #5BECA7. Grayscale: #464646. Windows color (decimal): -6024360 or 5772196. OLE color: 5772196.

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

Color convert

RGB1641988-
CMYK00.880.460.36
HSL331.45º79.23%35.88%-
HSV(B)331.45º88.41%64.31%-
XYZ17.39.0610.07-
YUV70.22138.04194.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.52%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=60.52%
G=7.01%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164198800.880.460.36331.4579.2335.88
HexA413580582E2414b4f24
Octal244231300130564451311744
Binary10100100100111011000010110001011101001001010010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41358; }

 p { color: rgb(164,19,88); }

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

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

 a { background-color: rgb(164,19,88); }

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

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

 span { border-color: rgb(164,19,88); }

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