#A30047

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

Shades of Jazzberry Jam #A30047

Tints of Jazzberry Jam #A30047

Color information

#A30047 (or 0xA30047) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 00 and 47. RGB value is (163,0,71). Sum of RGB (Red+Green+Blue) = 163+0+71=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A30047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30047 is #5CFFB8. Grayscale: #383838. Windows color (decimal): -6094777 or 4653219. OLE color: 4653219.

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

Color convert

RGB163071-
CMYK010.560.36
HSL333.87º100%31.96%-
HSV(B)333.87º100%63.92%-
XYZ16.248.246.7-
YUV56.83136203.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=69.66%
G=0%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163071010.560.36333.8710031.96
HexA3047064382414e6420
Octal24301070144704451614440
Binary1010001101000111011001001110001001001010011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30047; }

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

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

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

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

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

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

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

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