#A30961

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

Shades of Jazzberry Jam #A30961

Tints of Jazzberry Jam #A30961

Color information

#A30961 (or 0xA30961) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 09 and 61. RGB value is (163,9,97). Sum of RGB (Red+Green+Blue) = 163+9+97=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A30961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30961 is #5CF69E. Grayscale: #404040. Windows color (decimal): -6092447 or 6359459. OLE color: 6359459.

HSL color Cylindrical-coordinate representation of color #A30961: hue angle of 325.71º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30961 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB163997-
CMYK00.940.400.36
HSL325.71º89.53%33.73%-
HSV(B)325.71º94.48%63.92%-
XYZ17.368.8412.1-
YUV65.08146.02197.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.59%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=60.59%
G=3.35%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16399700.940.400.36325.7189.5333.73
HexA396105E28241465a22
Octal243111410136504450613242
Binary1010001110011100001010111101010001001001010001101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30961; }

 p { color: rgb(163,9,97); }

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

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

 a { background-color: rgb(163,9,97); }

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

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

 span { border-color: rgb(163,9,97); }

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