#A30847

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

Shades of Jazzberry Jam #A30847

Tints of Jazzberry Jam #A30847

Color information

#A30847 (or 0xA30847) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 08 and 47. RGB value is (163,8,71). Sum of RGB (Red+Green+Blue) = 163+8+71=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A30847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30847 is #5CF7B8. Grayscale: #3D3D3D. Windows color (decimal): -6092729 or 4655267. OLE color: 4655267.

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

Color convert

RGB163871-
CMYK00.950.560.36
HSL335.61º90.64%33.53%-
HSV(B)335.61º95.09%63.92%-
XYZ16.338.426.72-
YUV61.53133.35200.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.36%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=67.36%
G=3.31%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16387100.950.560.36335.6190.6433.53
HexA384705F38241505b22
Octal243101070137704452013342
Binary1010001110001000111010111111110001001001010100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30847; }

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

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

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

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

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

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

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

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