#A30947

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

Shades of Jazzberry Jam #A30947

Tints of Jazzberry Jam #A30947

Color information

#A30947 (or 0xA30947) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 09 and 47. RGB value is (163,9,71). Sum of RGB (Red+Green+Blue) = 163+9+71=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A30947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30947 is #5CF6B8. Grayscale: #3E3E3E. Windows color (decimal): -6092473 or 4655523. OLE color: 4655523.

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

Color convert

RGB163971-
CMYK00.940.560.36
HSL335.84º89.53%33.73%-
HSV(B)335.84º94.48%63.92%-
XYZ16.348.446.73-
YUV62.11133.02199.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=67.08%
G=3.70%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16397100.940.560.36335.8489.5333.73
HexA394705E38241505a22
Octal243111070136704452013242
Binary1010001110011000111010111101110001001001010100001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30947; }

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

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

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

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

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

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

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

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