#A60548

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

Shades of Jazzberry Jam #A60548

Tints of Jazzberry Jam #A60548

Color information

#A60548 (or 0xA60548) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 05 and 48. RGB value is (166,5,72). Sum of RGB (Red+Green+Blue) = 166+5+72=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A60548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60548 is #59FAB7. Grayscale: #3C3C3C. Windows color (decimal): -5896888 or 4720038. OLE color: 4720038.

HSL color Cylindrical-coordinate representation of color #A60548: hue angle of 335.03º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A60548 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB166572-
CMYK00.970.570.35
HSL335.03º94.15%33.53%-
HSV(B)335.03º96.99%65.1%-
XYZ16.958.686.91-
YUV60.78134.34203.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.31%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=68.31%
G=2.06%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16657200.970.570.35335.0394.1533.53
HexA6548061392314f5e22
Octal24651100141714351713642
Binary101001101011001000011000011110011000111010011111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60548; }

 p { color: rgb(166,5,72); }

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

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

 a { background-color: rgb(166,5,72); }

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

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

 span { border-color: rgb(166,5,72); }

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